Skip to content

Commit d96884d

Browse files
committed
fix disagg-serving accuracy test case
Signed-off-by: Lizhi Zhou <[email protected]>
1 parent 3799e5d commit d96884d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/integration/defs/accuracy/references/mmlu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ Qwen3/Qwen3-8B:
203203
- spec_dec_algo: Eagle
204204
accuracy: 76.12
205205
Qwen3/Qwen3-30B-A3B:
206+
- accuracy: 79.53
206207
- quant_algo: FP8_BLOCK_SCALES
207208
accuracy: 79.53
208209
- quant_algo: FP8

tests/integration/defs/accuracy/test_disaggregated_serving.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,4 +915,6 @@ def test_mixed_ctx_gen_model(self, ctx_pp, gen_tp):
915915
gen_tp=gen_tp,
916916
test_sets=[GSM8K, MMLU],
917917
ctx_model=ctx_model,
918-
gen_model=gen_model)
918+
gen_model=gen_model,
919+
ctx_instances=1,
920+
gen_instances=1)

0 commit comments

Comments
 (0)