Skip to content

Commit

Permalink
[skip ci] Remove old Llama test (#18314)
Browse files Browse the repository at this point in the history
### Ticket
#17038 

### Problem description
A test got removed, but this one still referenced it.

### What's changed
Removed the test. A replacement is forthcoming, so keeping the workflow.

### Checklist
- [x] TG Nightly
[passes](https://github.com/tenstorrent/tt-metal/actions/runs/13530511542)
  • Loading branch information
afuller-TT authored Feb 25, 2025
1 parent 14c537e commit 2f2c1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tg-nightly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ name: "tg_llama3_70b_tests", arch: wormhole_b0, cmd: run_tg_llama3_70b_tests, timeout: 90, owner_id: U03FJB5TM5Y}, # Colman Glagovich
{ name: "placeholder", arch: wormhole_b0, cmd: "echo 'Placeholder'", timeout: 90, owner_id: U03FJB5TM5Y}, # Colman Glagovich
]
name: ${{ matrix.test-group.name }}
env:
Expand Down

0 comments on commit 2f2c1b6

Please sign in to comment.