Fix nightly CI test for GLM-4.6 + B200 (#28749)
Co-authored-by: Brayden Zhong <brayden@radixark.ai>
This commit is contained in:
co-authored by
Brayden Zhong
parent
c01ad10d16
commit
d46afbf8b4
@@ -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"
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user