[2/2] Deepseek deterministic: support deepseek v3 deterministic inference on 8 x H200 (#12095)

This commit is contained in:
Minglei Zhu
2025-10-29 11:49:04 -07:00
committed by GitHub
parent bacb3825fe
commit e39628fd07
3 changed files with 19 additions and 0 deletions
+2
View File
@@ -193,6 +193,8 @@ class TestFusedMOE(CustomTestCase):
dtypes = [torch.float16, torch.bfloat16]
fp8_modes = [False, True]
set_global_server_args_for_scheduler(ServerArgs(model_path="dummy"))
# Calculate total number of tests
total_tests = (
len(m_values)