Skip to content

Commit

Permalink
#0: Minor fix now with help from copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
mtairum committed Dec 11, 2024
1 parent e375ef2 commit 26a7580
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tg-demo-tests-impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ name: "TG Llama3 demo tests",arch: wormhole_b0, model: 'llama3', timeout: 90, owner_id: U06F3ER8X9A}, # Stuti Raizada
{ name: "TG Falcon7b demo tests", arch: wormhole_b0, model: falcon7b, timeout: 30, owner_id: U05RWH3QUPM}, #Salar Hosseini
{ name: "TG Llama3 demo tests", arch: wormhole_b0, model: llama3, timeout: 90, owner_id: U06F3ER8X9A}, # Stuti Raizada
{ name: "TG Falcon7b demo tests", arch: wormhole_b0, model: falcon7b, timeout: 30, owner_id: U05RWH3QUPM}, # Salar Hosseini
]
cmd: './tests/scripts/run_tests.sh --tt-arch wormhole_b0 --pipeline-type unit_tg_device --dispatch-mode "" --model ${{ test-group.model }}'
name: ${{ matrix.test-group.name }}
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
Expand Down Expand Up @@ -42,4 +41,4 @@ jobs:
source ${{ github.workspace }}/python_env/bin/activate
cd $TT_METAL_HOME
export PYTHONPATH=$TT_METAL_HOME
${{ matrix.cmd }}
source ${{ github.workspace }}/tests/scripts/run_tests.sh --tt-arch wormhole_b0 --pipeline-type unit_tg_device --dispatch-mode "" --model ${{ matrix.test-group.model }}'

0 comments on commit 26a7580

Please sign in to comment.