Skip to content

Commit d97c1e6

Browse files
authored
[https://nvbugs/5470769][fix] fix disagg-serving accuracy test case (#7338)
Signed-off-by: Lizhi Zhou <[email protected]>
1 parent c1aa7f3 commit d97c1e6

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
@@ -983,4 +983,6 @@ def test_mixed_ctx_gen_model(self, ctx_pp, gen_tp):
983983
gen_tp=gen_tp,
984984
test_sets=[GSM8K, MMLU],
985985
ctx_model=ctx_model,
986-
gen_model=gen_model)
986+
gen_model=gen_model,
987+
ctx_instances=1,
988+
gen_instances=1)

0 commit comments

Comments
 (0)