We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a4187 commit 55cdfbfCopy full SHA for 55cdfbf
.github/workflows/build.yaml
@@ -129,7 +129,7 @@ jobs:
129
export label_extension="-gaudi"
130
export docker_volume="/mnt/cache"
131
export docker_devices=""
132
- export runs_on="itac-bm-emr-gaudi3-dell-1gaudi"
+ export runs_on="itac-bm-emr-gaudi3-dell-8gaudi"
133
export platform=""
134
export extra_pytest="--gaudi"
135
export target=""
integration-tests/gaudi/test_gaudi_generate.py
@@ -32,6 +32,7 @@ def pytest_configure(config):
32
"--max-batch-prefill-tokens",
33
"2048",
34
],
35
+ "run_by_default": True,
36
},
37
"meta-llama/Llama-3.1-8B-Instruct": {
38
"model_id": "meta-llama/Llama-3.1-8B-Instruct",
0 commit comments