Reduce excessively long logs caused by transformer version updates. (#26033)

This commit is contained in:
liuxianglong17
2026-05-23 17:12:08 +08:00
committed by GitHub
parent 774b29dade
commit 8c78424701
@@ -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,
},
)