Fix Minimax M2 loading issue (#13956)

This commit is contained in:
Kangyan-Zhou
2025-11-29 14:07:19 -08:00
committed by GitHub
parent 155a9e7237
commit 1d3d8b3418
2 changed files with 73 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ class TestNightlyMiniMaxM2Performance(unittest.TestCase):
cls.other_args = [
"--tp",
"8",
"--ep",
"8",
"--model-loader-extra-config",
'{"enable_multithread_load": true}',
"--trust-remote-code",
]
@@ -34,6 +38,7 @@ class TestNightlyMiniMaxM2Performance(unittest.TestCase):
input_lens=self.input_lens,
output_lens=self.output_lens,
other_args=self.other_args,
extra_bench_args=["--trust-remote-code"],
)
self.runner.add_report(results)