From 8c784247010b4d0a96ec997f56c49f4432fb6b5b Mon Sep 17 00:00:00 2001 From: liuxianglong17 <48320347+liuxianglong17@users.noreply.github.com> Date: Sat, 23 May 2026 17:12:08 +0800 Subject: [PATCH] Reduce excessively long logs caused by transformer version updates. (#26033) --- .../expert_parallelism/test_npu_deepep_auto_qwen3_480b.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/registered/ascend/basic_function/parallel_strategy/expert_parallelism/test_npu_deepep_auto_qwen3_480b.py b/test/registered/ascend/basic_function/parallel_strategy/expert_parallelism/test_npu_deepep_auto_qwen3_480b.py index 0082a1bab..d8fa7fd92 100644 --- a/test/registered/ascend/basic_function/parallel_strategy/expert_parallelism/test_npu_deepep_auto_qwen3_480b.py +++ b/test/registered/ascend/basic_function/parallel_strategy/expert_parallelism/test_npu_deepep_auto_qwen3_480b.py @@ -81,6 +81,7 @@ class TestDeepEpQwen(CustomTestCase): "SGLANG_DISAGGREGATION_BOOTSTRAP_TIMEOUT": "600", "HCCL_BUFFSIZE": "2100", "HCCL_OP_EXPANSION_MODE": "AIV", + "TRANSFORMERS_VERBOSITY": "error", **os.environ, }, )