fix: adding multi-threading for kimi weights loading in pr test (#16538)

This commit is contained in:
Douglas Yang
2026-01-05 20:10:13 -08:00
committed by GitHub
parent c105a3124b
commit c80c0e0fc0

View File

@@ -28,6 +28,8 @@ class TestKimiK2Thinking(CustomTestCase):
"kimi_k2",
"--reasoning-parser",
"kimi_k2",
"--model-loader-extra-config",
'{"enable_multithread_load": true, "num_threads": 64}',
]
cls.process = popen_launch_server(
cls.model,