Fix 8-gpu B200 nightly tests (#13457)
This commit is contained in:
@@ -25,8 +25,8 @@ class TestNightlyDeepseekV31Performance(unittest.TestCase):
|
|||||||
"--trust-remote-code",
|
"--trust-remote-code",
|
||||||
"--tp",
|
"--tp",
|
||||||
"8",
|
"8",
|
||||||
"--dp",
|
"--model-loader-extra-config",
|
||||||
"8",
|
'{"enable_multithread_load": true}',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -35,8 +35,6 @@ class TestNightlyDeepseekV31Performance(unittest.TestCase):
|
|||||||
"--trust-remote-code",
|
"--trust-remote-code",
|
||||||
"--tp",
|
"--tp",
|
||||||
"8",
|
"8",
|
||||||
"--dp",
|
|
||||||
"8",
|
|
||||||
"--speculative-algorithm",
|
"--speculative-algorithm",
|
||||||
"EAGLE",
|
"EAGLE",
|
||||||
"--speculative-num-steps",
|
"--speculative-num-steps",
|
||||||
@@ -47,6 +45,8 @@ class TestNightlyDeepseekV31Performance(unittest.TestCase):
|
|||||||
"4",
|
"4",
|
||||||
"--mem-frac",
|
"--mem-frac",
|
||||||
"0.7",
|
"0.7",
|
||||||
|
"--model-loader-extra-config",
|
||||||
|
'{"enable_multithread_load": true}',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -25,8 +25,8 @@ class TestNightlyDeepseekV32Performance(unittest.TestCase):
|
|||||||
"--trust-remote-code",
|
"--trust-remote-code",
|
||||||
"--tp",
|
"--tp",
|
||||||
"8",
|
"8",
|
||||||
"--dp",
|
"--model-loader-extra-config",
|
||||||
"8",
|
'{"enable_multithread_load": true}',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -35,8 +35,6 @@ class TestNightlyDeepseekV32Performance(unittest.TestCase):
|
|||||||
"--trust-remote-code",
|
"--trust-remote-code",
|
||||||
"--tp",
|
"--tp",
|
||||||
"8",
|
"8",
|
||||||
"--dp",
|
|
||||||
"8",
|
|
||||||
"--speculative-algorithm",
|
"--speculative-algorithm",
|
||||||
"EAGLE",
|
"EAGLE",
|
||||||
"--speculative-num-steps",
|
"--speculative-num-steps",
|
||||||
@@ -47,6 +45,8 @@ class TestNightlyDeepseekV32Performance(unittest.TestCase):
|
|||||||
"4",
|
"4",
|
||||||
"--mem-frac",
|
"--mem-frac",
|
||||||
"0.7",
|
"0.7",
|
||||||
|
"--model-loader-extra-config",
|
||||||
|
'{"enable_multithread_load": true}',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -55,14 +55,14 @@ class TestNightlyDeepseekV32Performance(unittest.TestCase):
|
|||||||
"--trust-remote-code",
|
"--trust-remote-code",
|
||||||
"--tp",
|
"--tp",
|
||||||
"8",
|
"8",
|
||||||
"--dp",
|
|
||||||
"8",
|
|
||||||
"--attention-backend",
|
"--attention-backend",
|
||||||
"nsa",
|
"nsa",
|
||||||
"--nsa-prefill-backend",
|
"--nsa-prefill-backend",
|
||||||
"flashmla_sparse",
|
"flashmla_sparse",
|
||||||
"--nsa-decode-backend",
|
"--nsa-decode-backend",
|
||||||
"flashmla_kv",
|
"flashmla_kv",
|
||||||
|
"--model-loader-extra-config",
|
||||||
|
'{"enable_multithread_load": true}',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user