fix fp8 gemm nightly CI (#14844)

Co-authored-by: Brayden Zhong <b8zhong@users.noreply.github.com>
This commit is contained in:
b8zhong
2025-12-10 15:57:51 -08:00
committed by GitHub
co-authored by Brayden Zhong
parent bcc5483ed7
commit c51efb8b84
2 changed files with 14 additions and 7 deletions
@@ -30,8 +30,6 @@ class TestFlashinferTrtllmGenMoeBackend(CustomTestCase):
"triton",
"--moe-runner-backend",
"flashinfer_trtllm",
"--cuda-graph-max-bs",
"512",
"--tp-size",
"4",
"--ep-size",
@@ -40,8 +38,6 @@ class TestFlashinferTrtllmGenMoeBackend(CustomTestCase):
"0.7",
"--mamba-ssm-dtype",
"bfloat16",
"--quantization",
"fp8",
],
)