[Tiny] Renaming environ for NVFP4 dispatch (#13756)

This commit is contained in:
Baizhou Zhang
2025-11-22 00:05:20 -08:00
committed by GitHub
parent b41afa3754
commit 8bfce9b08d
4 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ class TestDeepseekR1Nvfp4CuteDSLDeepEP(CustomTestCase):
**os.environ,
"SGLANG_DEEPEP_BF16_DISPATCH": "1",
"SGLANG_DEEPEP_NUM_MAX_DISPATCH_TOKENS_PER_RANK": "256",
"SGLANG_CUTEDSL_MOE_NVFP4_DISPATCH": "0",
"SGLANG_MOE_NVFP4_DISPATCH": "0",
},
)
@@ -136,7 +136,7 @@ class TestDummyWithSBO(CustomTestCase):
**os.environ,
"SGLANG_DEEPEP_BF16_DISPATCH": "1",
"SGLANG_DEEPEP_NUM_MAX_DISPATCH_TOKENS_PER_RANK": "256",
"SGLANG_CUTEDSL_MOE_NVFP4_DISPATCH": "0",
"SGLANG_MOE_NVFP4_DISPATCH": "0",
},
)