model: support Step-3.5-Flash (#18084)

Co-authored-by: ltd0924 <ltd0924@sina.com>
This commit is contained in:
Yuhao Yang
2026-02-03 00:40:07 +08:00
committed by GitHub
parent c781db0f6c
commit 980d2936cd
15 changed files with 1557 additions and 12 deletions

View File

@@ -275,6 +275,9 @@ def _initialize_model(
kwargs["sparse_head"] = envs.SGLANG_EMBEDDINGS_SPARSE_HEAD.get()
kwargs["model_path"] = model_config.model_path
if load_config.draft_model_idx is not None:
kwargs["draft_model_idx"] = load_config.draft_model_idx
return model_class(**kwargs)