What problem does it solve?
This Skill reduces the uncertainty and iteration cost of bringing existing or new model architectures to vLLM on Ascend NPUs by guiding minimal, auditable code changes plus deterministic dummy-first and real-weight validation.
Core Features & Use Cases
- Model adaptation for vLLM on Ascend: maps/implements model adapters, processors, registry registration, and explicit checkpoint weight remap rules without upgrading transformers.
- Deterministic validation workflow: performs a staged verification flow—first a dummy fast gate for architecture/operator/API path, then a mandatory real-weight gate for load-time and first-request stability.
- Feature-first troubleshooting: attempts ACLGraph, EP (MoE only), flashcomm1 (MoE only), MTP, and multimodal smoke checks with evidence capture and a fallback ladder when failures occur.
- Delivery-ready documentation and artifacts: generates Chinese analysis, Chinese runbook, an e2e test config YAML, a model tutorial doc, and enforces a single signed commit containing all changes.
Quick Start
Ask the assistant to adapt your target checkpoint on Ascend by following the dummy-first then real-weight mandatory validation steps and producing the final single signed commit plus Chinese report/runbook and the required test config and tutorial.