From d5f1c593c160ad817ef1eeb8a0c701ef6ebb462b Mon Sep 17 00:00:00 2001 From: pllimax Date: Mon, 14 Sep 2026 21:48:50 +0800 Subject: [PATCH] [NPU] Remove temperature/top_p from Qwen3.5-397B-A17B perf test (#39047) --- .../test_npu_qwen3_5_397b_w4a8_8p_in3k5_out1k5_50ms.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/registered/npu/performance/qwen3_5_397b/test_npu_qwen3_5_397b_w4a8_8p_in3k5_out1k5_50ms.py b/test/registered/npu/performance/qwen3_5_397b/test_npu_qwen3_5_397b_w4a8_8p_in3k5_out1k5_50ms.py index 3ee4945e4..aa2335e24 100644 --- a/test/registered/npu/performance/qwen3_5_397b/test_npu_qwen3_5_397b_w4a8_8p_in3k5_out1k5_50ms.py +++ b/test/registered/npu/performance/qwen3_5_397b/test_npu_qwen3_5_397b_w4a8_8p_in3k5_out1k5_50ms.py @@ -125,8 +125,9 @@ class TestNPUQwen3_5_397B_A17B_3K5_1K5_50ms(TestNpuPerformanceTestCaseBase): tpot = 50 output_token_throughput = 5415 request_rate = float("inf") - temperature = 0.6 - top_p = 0.95 + # Disabled to work around DTS2026091033366; re-enable after the fix. + # temperature = 0.6 + # top_p = 0.95 def test_npu_qwen3_5_397b_a17b_3k5_1k5(self): """Run NPU performance test for Qwen3.5-397B-A17B in3k5 out1k5"""