Remove incorrect deep_gemm assertions from server_args.py (#14113)

Co-authored-by: Kangyan Zhou <zky314343421@gmail.com>
This commit is contained in:
Cheng Wan
2025-11-28 20:25:39 -08:00
committed by GitHub
co-authored by Kangyan Zhou
parent 0a362d653f
commit 0fe74af563
3 changed files with 1 additions and 10 deletions
-2
View File
@@ -66,8 +66,6 @@ class TestEpDeepGEMM(CustomTestCase):
"fp8",
"--moe-runner-backend",
"deep_gemm",
"--moe-a2a-backend",
"deepep",
],
)
+1 -3
View File
@@ -135,6 +135,7 @@ suites = {
TestFile("test_modelopt_export.py", 30),
],
"per-commit-2-gpu": [
TestFile("ep/test_moe_ep.py", 140),
TestFile("hicache/test_hicache_storage_3fs_backend.py", 200),
TestFile("hicache/test_hicache_storage_file_backend.py", 200),
TestFile("hicache/test_hicache_storage_mooncake_backend.py", 300),
@@ -201,9 +202,6 @@ suites = {
],
# Nightly test suites have been moved to test/run_suite_nightly.py
"__not_in_ci__": [
TestFile(
"ep/test_moe_ep.py", 140
), # Temporarily disabled, need to fix ep errors
TestFile("test_release_memory_occupation.py", 200), # Temporarily disabled
TestFile("models/test_dummy_grok_models.py"),
TestFile(