Add EP=2 to qwen235b nightly tests (#17738)

This commit is contained in:
Kangyan-Zhou
2026-01-25 21:36:04 -08:00
committed by GitHub
parent 7b22b8ff8a
commit 5aaedac3c6

View File

@@ -31,10 +31,10 @@ class TestQwen3235BFP8(unittest.TestCase):
"""Run performance and accuracy for Qwen3-235B-FP8."""
base_args = [
"--tp=8",
"--ep=2",
"--trust-remote-code",
]
eagle3_args = [
"--ep=2",
"--speculative-algorithm=EAGLE3",
f"--speculative-draft-model-path={QWEN3_235B_EAGLE3_MODEL_PATH}",
"--speculative-num-steps=3",