Fix nightly CI test for GLM-4.6 + B200 (#28749)

Co-authored-by: Brayden Zhong <brayden@radixark.ai>
This commit is contained in:
Brayden Zhong
2026-06-24 12:34:11 -07:00
committed by GitHub
co-authored by Brayden Zhong
parent c01ad10d16
commit d46afbf8b4
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -4327,7 +4327,7 @@ class ServerArgs:
):
self.quantization = quant_method
if (
self.quantization == "modelopt_fp4"
self.quantization in {"modelopt_fp4", None}
and self.moe_a2a_backend == "none"
and self.moe_runner_backend == "auto"
):