Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replace error-prone part
  • Loading branch information
krishung5 committed Dec 6, 2025
commit b2870e275d756cb4096b997cc91cfd2e90bcf646
1 change: 1 addition & 0 deletions docs/backends/sglang/multimodal_sglang_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ Supported templates: `qwen2-vl`, `llama-3`, `vicuna`, etc.
- **No audio support** - No audio encoder implementation
- **Only Processor registers with Dynamo** - Workers are internal components, frontend routes to Processor only
- **Disaggregated routing** - Decode Worker is the entry point (calls Prefill), cannot route directly to Prefill workers
- **Limited model generalization** - Token expansion logic is model-specific; adding new models may require implementation updates

## Supported Models

Expand Down
Loading