[sgl-router] Add SGLang-compatible DeepSeek V4.1 Flash rendering (#40532)

This commit is contained in:
Kan Wu
2026-09-21 18:35:09 +08:00
committed by GitHub
parent 0abb251a20
commit 0f6761b54f
9 changed files with 247 additions and 44 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ dynamo-tokenizers = "=1.8.1"
# Renders the model's chat template (HF Jinja, or Dynamo's built-in encoder for
# template-less models like DeepSeek-V4) so cache-aware routing hashes the same
# tokens the engine caches.
dynamo-renderer = "=5.1.2"
dynamo-renderer = "=5.2.0"
# `OAIChatLikeRequest` speaks minijinja values.
minijinja = "2.24"