[mm] rust-server: native multimodal processing for Qwen VL (integrate sglang-mm, e2e) (#32365)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Kan Wu
2026-08-05 23:35:50 -07:00
committed by GitHub
co-authored by Claude Fable 5 Cursor
parent dea07b348b
commit 32e5d788bd
35 changed files with 3356 additions and 178 deletions
+4
View File
@@ -3690,6 +3690,7 @@ version = "0.1.0"
dependencies = [
"async-stream",
"axum 0.8.9",
"bytemuck",
"bytes",
"core_affinity",
"dynamo-parsers",
@@ -3700,12 +3701,15 @@ dependencies = [
"futures",
"hf-hub",
"itertools",
"libc",
"numpy",
"pyo3",
"regex-syntax",
"rmp-serde",
"rmpv",
"serde",
"serde_json",
"sglang-mm",
"socket2 0.6.5",
"thiserror",
"tokio",