vllm-ascend-tuning

vllm-ascend-tuning is a skill for Claude Code, Codex from little-planet/ascend-tune-lab. It costs 147 tokens per session (11,288 once invoked), scanned B, original, no licence file.

A guide to tuning vLLM-Ascend, a system for running language models on Ascend hardware. It covers standalone use, pipeline use, and quantization tuning, which reduces model precision to change performance or resource use.

In plain words
What is it for?
Use it when working on vLLM-Ascend performance tuning, integrating it into a pipeline, or tuning quantization.
Why use it?
It provides guidance for adjusting vLLM-Ascend settings and tuning model execution, though the description does not specify particular results or procedures.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when working on vLLM-Ascend performance tuning, integrating it into a pipeline, or tuning quantization.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/little-planet/ascend-tune-lab/vllm-ascend-tuning
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add little-planet/ascend-tune-lab --skill vllm-ascend-tuning
Clone the repo
git clone --depth 1 https://github.com/little-planet/ascend-tune-lab

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vllm-ascend-tuning

README.md
[![agentmods](https://agentmods.dev/badge/skills/little-planet/ascend-tune-lab/vllm-ascend-tuning/github.svg)](https://agentmods.dev/skills/little-planet/ascend-tune-lab/vllm-ascend-tuning)
Your own site
<a href="https://agentmods.dev/skills/little-planet/ascend-tune-lab/vllm-ascend-tuning"><img src="https://agentmods.dev/badge/skills/little-planet/ascend-tune-lab/vllm-ascend-tuning/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vllm-ascend-tuning

Your own site · 80×15
<a href="https://agentmods.dev/skills/little-planet/ascend-tune-lab/vllm-ascend-tuning"><img src="https://agentmods.dev/badge/skills/little-planet/ascend-tune-lab/vllm-ascend-tuning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,288 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00147 $0.11288
Opus 5 $0.00073 $0.05644
Sonnet 5 $0.00029 $0.02258
Haiku 4.5 $0.00015 $0.01129

Measured 11d ago against content hash 713ed051e78a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

vllm-ascend-tuning scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt update

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

wget https://repo.oepkgs.net/ascend/pytorch/vllm/python/py311_bisheng.tar.gz
configuration-tuning-skills/vllm-ascend-tuning/SKILL.md · 1,905 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

37 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 1,905 lines · 147 tokens per session scan B 713ed051e78a

Subscribe to this mod's changes

vllm-ascend-tuning is a skill published in the GitHub repository little-planet/ascend-tune-lab (2 stars, last pushed 22d ago), with no licence file. It adds 147 tokens to every session and 11,288 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

inference-precision-tensor-dump-compare

A debugging tool that captures intermediate tensors, the numerical data passed between model layers, during inference and compares them between GPUs and Ascend NPUs. It supports vLLM and SGLang inference frameworks.

ascend-ai-coding/awesome-ascend-skills · 87 tokens

external-gitcode-ascend-ascend-transformer-boost

An index of skills for developing and deploying Huawei's Ascend Transformer Boost library, a set of tools for accelerating transformer-based AI models. It covers the main stages of working with Ascend NPUs and related operator libraries.

ascend-ai-coding/awesome-ascend-skills · 98 tokens

ascend-migration-analysis

A feasibility analysis for moving a PyTorch project from CUDA/GPU hardware to Ascend NPU hardware. It scans the code for hardware-specific dependencies and reviews device code, attention mechanisms, custom operations, distributed communication, precision, third-party packages, and compilation.

ascend-ai-coding/awesome-ascend-skills · 137 tokens

inferencex-report

Automatically fetch InferenceX benchmark data and generate daily performance reports for LLM inference on various hardware (NVIDIA, AMD, etc.). Supports email delivery, data change detection, and 8k1k sequence length performance analysis. Use when needing to track LLM inference performance trends, compare hardware…

ascend-ai-coding/awesome-ascend-skills · 71 tokens

speculative-decoding

Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration…

davila7/claude-code-templates · 77 tokens

distributed-llm-pretraining-torchtitan

Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.

davila7/claude-code-templates · 83 tokens