Skip to content

Commit ee0085b

Browse files
authored
Skip some models on ROCm (#85)
Signed-off-by: Huy Do <[email protected]>
1 parent 0837dc0 commit ee0085b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/generate_vllm_benchmark_matrix.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
],
7272
"meta-llama/Meta-Llama-3.1-70B-Instruct": [
7373
"linux.dgx.b200",
74+
"linux.rocm.gpu.gfx942", # TODO: Fail on ROCm
7475
],
7576
"mistralai/Mixtral-8x7B-Instruct-v0.1": [
7677
"linux.dgx.b200",
@@ -86,6 +87,7 @@
8687
"Qwen/Qwen3-30B-A3B": [
8788
"linux.aws.a100",
8889
"linux.aws.h100",
90+
"linux.rocm.gpu.gfx942", # TODO: Fail on ROCm
8991
],
9092
"google/gemma-3-27b-it": [
9193
"linux.aws.a100",
@@ -95,6 +97,7 @@
9597
"meta-llama/Llama-4-Scout-17B-16E-Instruct": [
9698
"linux.aws.a100",
9799
"linux.aws.h100",
100+
"linux.rocm.gpu.gfx942", # TODO: Fail on ROCm
98101
],
99102
"meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8": [
100103
"linux.aws.a100",

0 commit comments

Comments
 (0)