Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3fd1d4ec
Unverified
Commit
3fd1d4ec
authored
Mar 02, 2026
by
Charlie Fu
Committed by
GitHub
Mar 02, 2026
Browse files
[Rocm][CI] Fix LM Eval Large Models (H100) test group (#34750)
Signed-off-by:
charlifu
<
charlifu@amd.com
>
parent
cb21972a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.buildkite/lm-eval-harness/configs/models-large-rocm.txt
.buildkite/lm-eval-harness/configs/models-large-rocm.txt
+1
-0
.buildkite/test-amd.yaml
.buildkite/test-amd.yaml
+4
-4
No files found.
.buildkite/lm-eval-harness/configs/models-large-rocm.txt
View file @
3fd1d4ec
Meta-Llama-4-Maverick-17B-128E-Instruct-FP8.yaml
Meta-Llama-4-Maverick-17B-128E-Instruct-FP8.yaml
Qwen3-235B-A22B-Instruct-2507-FP8.yaml
.buildkite/test-amd.yaml
View file @
3fd1d4ec
...
@@ -1544,8 +1544,8 @@ steps:
...
@@ -1544,8 +1544,8 @@ steps:
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
pytest -s -v test_lm_eval_correctness.py --config-list-file=configs/models-large.txt --tp-size=4
-
pytest -s -v test_lm_eval_correctness.py --config-list-file=configs/models-large.txt --tp-size=4
#####
H100
test #####
#####
FP8
test #####
-
label
:
LM Eval Large Models (H100)
# optional
-
label
:
LM Eval Large Models (H100)
# optional
, still use H100 for consistency
gpu
:
h100
gpu
:
h100
optional
:
true
optional
:
true
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
...
@@ -1557,8 +1557,8 @@ steps:
...
@@ -1557,8 +1557,8 @@ steps:
-
csrc/
-
csrc/
-
vllm/model_executor/layers/quantization
-
vllm/model_executor/layers/quantization
commands
:
commands
:
-
export VLLM_USE_DEEP_GEMM=0
# We found Triton is faster than DeepGEMM for H100
-
export VLLM_USE_DEEP_GEMM=0
-
pytest -s -v test_lm_eval_correctness.py --config-list-file=configs/models-large-
hopper
.txt --tp-size=4
-
pytest -s -v test_lm_eval_correctness.py --config-list-file=configs/models-large-
rocm
.txt --tp-size=4
##### H200 test #####
##### H200 test #####
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment