[AMD] CI - add partitions for stage-b-test-small-1-gpu-amd (#17345)
This commit is contained in:
@@ -32,7 +32,7 @@ class TestDeepseekV32DP(CustomTestCase):
|
||||
"8",
|
||||
"--enable-dp-attention",
|
||||
"--model-loader-extra-config",
|
||||
'{"enable_multithread_load": true, "num_threads": 64}',
|
||||
'{"enable_multithread_load": true}',
|
||||
]
|
||||
if is_in_amd_ci():
|
||||
other_args += [
|
||||
@@ -101,7 +101,7 @@ class TestDeepseekV32TP(CustomTestCase):
|
||||
"--tp",
|
||||
"8",
|
||||
"--model-loader-extra-config",
|
||||
'{"enable_multithread_load": true, "num_threads": 64}',
|
||||
'{"enable_multithread_load": true}',
|
||||
]
|
||||
if is_in_amd_ci():
|
||||
other_args += [
|
||||
|
||||
Reference in New Issue
Block a user