add deepseekv3 and llama4

This commit is contained in:
Chranos
2026-02-11 15:39:35 +08:00
parent ed6a2aff91
commit f3a4d10195

View File

@@ -60,6 +60,7 @@ class MLUWorker(Worker):
speculative_config = self.speculative_config
model_config = self.model_config
is_mtp = (speculative_config is not None
and model_config.task != "draft"
and getattr(
speculative_config.draft_model_config.hf_config,
"model_type", None) == "deepseek_mtp")