Auto set draft model path for MTP (#5793)

This commit is contained in:
Ke Bao
2025-04-30 07:25:40 +08:00
committed by GitHub
parent 9419e75d60
commit dd408ee481
6 changed files with 115 additions and 287 deletions

View File

@@ -71,6 +71,7 @@ class TpModelWorker:
enable_multimodal=server_args.enable_multimodal,
dtype=server_args.dtype,
quantization=server_args.quantization,
is_draft_model=is_draft_worker,
)
self.model_runner = ModelRunner(
model_config=self.model_config,