Skip to content

Commit 0f7b8e1

Browse files
committed
ci(enflame): run only eager e2e cases
1 parent 675c93d commit 0f7b8e1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/platforms/enflame.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ device_overrides:
3333
zixiaoc200:
3434
cases:
3535
- qwen3_6/27b_tp2_eager
36-
- qwen3_6/27b_tp2_graph
3736
- qwen3_6/35b_a3b_tp2_eager
38-
- qwen3_6/35b_a3b_tp2_graph
3937
llm:
4038
gpu_memory_utilization: 0.90
4139
disable_custom_all_reduce: false
@@ -55,9 +53,9 @@ zixiaoc200:
5553
tests:
5654
e2e:
5755
inference:
58-
qwen3_6: ["27b_tp2_eager", "35b_a3b_tp2_graph"]
56+
qwen3_6: ["27b_tp2_eager"]
5957
serving:
60-
qwen3_6: ["27b_tp2_graph", "35b_a3b_tp2_eager"]
58+
qwen3_6: ["35b_a3b_tp2_eager"]
6159
functional:
6260
include: "*"
6361
exclude: []

0 commit comments

Comments
 (0)