Skip to content

Commit c3241f4

Browse files
committed
enable multi-card test
1 parent 29b9c32 commit c3241f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
export label_extension="-gaudi"
130130
export docker_volume="/mnt/cache"
131131
export docker_devices=""
132-
export runs_on="itac-bm-emr-gaudi3-dell-1gaudi"
132+
export runs_on="itac-bm-emr-gaudi3-dell-8gaudi"
133133
export platform=""
134134
export extra_pytest="--gaudi"
135135
export target=""

integration-tests/gaudi/test_gaudi_generate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def pytest_configure(config):
3232
"--max-batch-prefill-tokens",
3333
"2048",
3434
],
35+
"run_by_default": True,
3536
},
3637
"meta-llama/Llama-3.1-8B-Instruct": {
3738
"model_id": "meta-llama/Llama-3.1-8B-Instruct",

0 commit comments

Comments
 (0)