[Tiny]Move deepseek fp4 cutlass moe test to per-commit test (#15565)

This commit is contained in:
Baizhou Zhang
2025-12-21 18:08:07 -08:00
committed by GitHub
parent 796969caf0
commit 468931b572
4 changed files with 60 additions and 77 deletions

View File

@@ -2365,8 +2365,9 @@ class ModelRunner:
backend_str = self.server_args.moe_runner_backend
if backend_str not in [
"flashinfer_trtllm",
"flashinfer_cutlass",
"flashinfer_mxfp4",
# TODO: flashinfer_cutlass will cause some flashinfer compilation errors. To be fixed.
# "flashinfer_cutlass",
]:
return False