From 593eb2e0fa720cd22692a98b0924394353e12e5b Mon Sep 17 00:00:00 2001 From: Elizaveta Martirosian Date: Mon, 8 Jun 2026 20:44:57 +0300 Subject: [PATCH] [NPU] Fix CI (#27577) Co-authored-by: Elizaveta Martirosian --- .../ascend/basic_function/quant/test_npu_w4a4_quantization.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/registered/ascend/basic_function/quant/test_npu_w4a4_quantization.py b/test/registered/ascend/basic_function/quant/test_npu_w4a4_quantization.py index 133c7f308..aa2848579 100644 --- a/test/registered/ascend/basic_function/quant/test_npu_w4a4_quantization.py +++ b/test/registered/ascend/basic_function/quant/test_npu_w4a4_quantization.py @@ -47,6 +47,7 @@ class TestAscendW4A4(GSM8KAscendMixin, CustomTestCase): num_questions = 1319 gsm8k_num_shots = 5 output_throughput = 1000 # GSM8K output throughput ≥1000 tokens/s + gsm8k_parallel = 64 def run_decode(self, max_new_tokens): response = requests.post(