Add small model test for spec v2 + dp + trtllm_mla (#14576)
This commit is contained in:
@@ -47,6 +47,8 @@ class TestDeepseek(CustomTestCase):
|
||||
"--max-running-requests",
|
||||
"2048",
|
||||
"--disable-radix-cache",
|
||||
"--model-loader-extra-config",
|
||||
'{"enable_multithread_load": true,"num_threads": 64}',
|
||||
],
|
||||
)
|
||||
|
||||
@@ -111,6 +113,8 @@ class TestDeepseekMTP(CustomTestCase):
|
||||
"--speculative-num-draft-tokens",
|
||||
"2",
|
||||
"--disable-radix-cache",
|
||||
"--model-loader-extra-config",
|
||||
'{"enable_multithread_load": true,"num_threads": 64}',
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user