Skip to content

Commit 3cd6d9c

Browse files
committed
TEMP test removing && \ at end of multiline
1 parent c00919b commit 3cd6d9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/pipeline_reorg/galaxy_demo_tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# Wormhole Galaxy demo tests
1515
- name: Galaxy Llama3 demo tests
1616
cmd: |
17-
export TT_CACHE_HOME=/mnt/MLPerf/huggingface/tt_cache LLAMA_DIR=/mnt/MLPerf/tt_dnn-models/llama/Llama3.3-70B-Instruct/ FAKE_DEVICE=TG && \
18-
pytest models/demos/llama3_70b_galaxy/demo/demo_decode.py -k "full" --timeout 1000 && \
19-
pytest models/demos/llama3_70b_galaxy/demo/text_demo.py -k "repeat" --timeout 1000 && \
20-
pytest models/demos/llama3_70b_galaxy/demo/text_demo.py -k "pcc-80L" --timeout 1000 && \
17+
export TT_CACHE_HOME=/mnt/MLPerf/huggingface/tt_cache LLAMA_DIR=/mnt/MLPerf/tt_dnn-models/llama/Llama3.3-70B-Instruct/ FAKE_DEVICE=TG
18+
pytest models/demos/llama3_70b_galaxy/demo/demo_decode.py -k "full" --timeout 1000
19+
pytest models/demos/llama3_70b_galaxy/demo/text_demo.py -k "repeat" --timeout 1000
20+
pytest models/demos/llama3_70b_galaxy/demo/text_demo.py -k "pcc-80L" --timeout 1000
2121
pytest models/demos/llama3_70b_galaxy/demo/text_demo.py -k "batch-32-non-uniform-sampling" --timeout 500
2222
model: llama3
2323
sku: wh_galaxy

0 commit comments

Comments
 (0)