vllm-omni-quantization

Quantizes vLLM-Omni models using AWQ, GPTQ, or FP8 for reduced memory and faster throughput.

84|27|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/hsliuustc0106/vllm-omni-skills --skill vllm-omni-quantization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vllm-omni-quantization
Source: https://github.com/hsliuustc0106/vllm-omni-skills/tree/main/skills/vllm-omni-quantization
Command: npx skills add https://github.com/hsliuustc0106/vllm-omni-skills --skill vllm-omni-quantization

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Quantization reduces model memory footprint and increases inference throughput for vLLM-Omni, enabling efficient deployment on GPUs with limited VRAM.

Core Features & Use Cases

  • Supports AWQ, GPTQ, and FP8 weight quantization to save memory and speed up autoregressive decoding.
  • Guidance for serving pre-quantized models and selecting appropriate quantization modes based on hardware.
  • Real-world usage includes fitting larger Omni models on fewer GPUs and lowering serving costs.

Quick Start

Quantize a base model with AWQ or GPTQ and start serving with the appropriate --quantization flag.

Frequently Asked Questions about vllm-omni-quantization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quantize vLLM-Omni models to reduce GPU memory usage?

To quantize vLLM-Omni models, apply AWQ, GPTQ, or FP8 weight quantization to the AR language model components. This reduces VRAM usage and increases inference throughput during autoregressive decoding.

Does vLLM-Omni support serving pre-quantized models with GPTQ or AWQ?

Yes, vLLM-Omni supports serving pre-quantized HF models. You can deploy models quantized with GPTQ or AWQ by starting the server with the appropriate --quantization flag.

What is the best way to speed up autoregressive decoding for Qwen-Omni on limited VRAM?

The best way to speed up autoregressive decoding on limited VRAM is applying FP8, AWQ, or GPTQ quantization. This reduces the memory footprint, enabling efficient deployment on GPUs with restricted VRAM.

Can I verify model quality against BF16 after applying FP8 quantization?

Yes, the quantization process enforces quality verification against BF16. This ensures the FP8, AWQ, or GPTQ weight quantization maintains acceptable accuracy while lowering serving costs.

Why does vLLM-Omni quantization require specific KV cache options?

vLLM-Omni quantization requires specific KV cache options to align with the chosen weight quantization mode. Proper configuration ensures memory reduction and throughput improvements without breaking the AR language model components.