Skip to content

Commit 331c192

Browse files
authored
[Doc][310P] 310P includes a new Qwen 3.5-Dense support documentation (vllm-project#12077)
### What this PR does / why we need it? Documentation Update: Renamed the tutorial document to 'Qwen3.5-Dense-Qwen3.6-Dense.md' and updated it to include support for Qwen3.5-2B, 4B, and 9B models. Atlas Inference Support: Added comprehensive deployment instructions, startup commands, and configuration guidelines for Atlas inference products and Atlas 200I Pro. Parameter Tuning: Included specific warnings and recommendations for memory management (OOM prevention) and parameter configuration when deploying on Atlas inference hardware. - vLLM version: v0.24.0 - vLLM main: vllm-project/vllm@85c09e9 --------- Signed-off-by: YangShuai52 <shuaiyang047@163.com>
1 parent b7f7654 commit 331c192

4 files changed

Lines changed: 625 additions & 107 deletions

File tree

docs/hooks/nav_titles.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@
163163
"en": "Qwen3.5-27B & Qwen3.6-27B",
164164
"zh": "Qwen3.5-27B & Qwen3.6-27B",
165165
},
166+
"tutorials/models/Qwen3.5-Dense.md": {
167+
"en": "Qwen3.5-Dense (2B/4B/9B)",
168+
"zh": "Qwen3.5-Dense (2B/4B/9B)",
169+
},
166170
"tutorials/models/Qwen3.5-397B-A17B.md": {"en": "Qwen3.5-397B-A17B", "zh": "Qwen3.5-397B-A17B"},
167171
"tutorials/models/Qwen3.6-35B-A3B.md": {"en": "Qwen3.6-35B-A3B", "zh": "Qwen3.6-35B-A3B"},
168172
"tutorials/models/Qwen3_embedding.md": {"en": "Qwen3 Embedding", "zh": "Qwen3 Embedding"},

0 commit comments

Comments
 (0)