Skip to content

feat: add Qwen3.8-27B vLLM Ascend deployment reference - #1

Open
MingDa23333 wants to merge 2 commits into
AIVerge:mainfrom
MingDa23333:feat/qwen3-8-27b
Open

feat: add Qwen3.8-27B vLLM Ascend deployment reference#1
MingDa23333 wants to merge 2 commits into
AIVerge:mainfrom
MingDa23333:feat/qwen3-8-27b

Conversation

@MingDa23333

@MingDa23333 MingDa23333 commented Aug 17, 2026

Copy link
Copy Markdown

What

Add the missing Qwen3.8-27B reference to the skill, generated from the official vLLM Ascend Model Tutorial, then aligned with the production-tuned parameters:

  • references/models/qwen3-8-27b.md — reference file:
    • Official tutorial snippets (Docker install A2/A3, vllm serve w8a8 TP2 / w8a8-mxfp8 TP1, functional verification) — kept verbatim as the authoritative starting point
    • Tuned single-node deployment — 2 NPU (recommended): --tensor-parallel-size 2 (2 cards sufficient), --max-model-len 262144 (256K), --max-num-batched-tokens 32768, --max-num-seqs 16, --gpu-memory-utilization 0.90, plus --enable-auto-tool-choice, --tool-call-parser qwen3_coder, --reasoning-parser qwen3
    • Tuned single-node deployment — 4 NPU (verified in production): same set with --tensor-parallel-size 4
    • Performance flags preserved: --enable-prefix-caching, --speculative-config (qwen3_5_mtp, 3 tokens), --compilation-config (FULL_DECODE_ONLY), --additional-config (enable_cpu_binding), env PYTORCH_NPU_ALLOC_CONF=expandable_segments:True, HCCL_BUFFSIZE=512, OMP_PROC_BIND=false, OMP_NUM_THREADS=1
  • references/model-index.md — index row: | Qwen3.8-27B | references/models/qwen3-8-27b.md | ... | 10 | 4 | 2 |

Source

https://docs.vllm.ai/projects/ascend/en/latest/tutorials/models/Qwen3.8-27B.html

Verification

  • ModelScope weights Eco-Tech/Qwen3.8-27B-w8a8 exist (API 200)
  • Tuned parameter set mirrors the live production deployment (qwen3.8-27b-2npu, vLLM Ascend v0.22.1rc1-custom, 4 NPU, 256K context) confirmed working via chat/completions and completions endpoints

shitiedanwudi added 2 commits August 17, 2026 16:23
Adds references/models/qwen3-8-27b.md generated from the official vLLM Ascend Model Tutorial (Qwen3.8-27B.html) using the repo's update_model_references.py logic, plus the corresponding model-index.md entry (8 snippets, 2 vllm serve, 2 API checks).
- Raise max-model-len to 262144 (256K), max-num-batched-tokens to 32768, max-num-seqs 16, gpu-memory-utilization 0.90

- Add missing flags: --enable-auto-tool-choice, --tool-call-parser qwen3_coder, --reasoning-parser qwen3

- Add tuned deployment snippets: 2 NPU (recommended, sufficient) and 4 NPU (verified in production)
@MingDa23333 MingDa23333 changed the title feat: add Qwen3.8-27B vLLM Ascend deployment referencefeat: add Qwen3.8-27B vLLM Ascend deployment reference feat: add Qwen3.8-27B vLLM Ascend deployment reference Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant