Qwen3-8B-HQQ-INT4

INT4 quantization of Qwen/Qwen3-8B. Calibration-free companion to drawais/Qwen3-8B-AWQ-INT4.

Footprint

Source params 8B
Quantized weights ~5.8 GB on disk
Inference VRAM (incl. KV cache @ 32K context) ~10 GB

Recommended use

Best at native 40K context. For long-context (>40K) use the AWQ companion via vLLM.

Quick start

from transformers import AutoTokenizer
from hqq.models.hf.base import AutoHQQHFModel

tok = AutoTokenizer.from_pretrained("drawais/Qwen3-8B-HQQ-INT4")
model = AutoHQQHFModel.from_quantized("drawais/Qwen3-8B-HQQ-INT4", device="cuda")

License

Apache 2.0 (inherits from base model).

Downloads last month
13
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for drawais/Qwen3-8B-HQQ-INT4

Finetuned
Qwen/Qwen3-8B
Finetuned
(1571)
this model

Collection including drawais/Qwen3-8B-HQQ-INT4