Qwen 3.8 Distill (empero-ai's Distill)
Collection
Quantized Qwen 3.8 Distill (empero-ai's Distill) models for efficient image-text understanding (AutoRound W4A16) • 9 items • Updated
This repository contains a W4A16 (4-bit weights, 16-bit activations) quantized version of empero-ai/Qwen3.8-9B-Distill, quantized using Intel's AutoRound algorithm.
Calibrated and quantized with fine-grained group sizes and high iteration depth to preserve reasoning traces (<think> blocks) and multimodal capabilities:
sym): Truensamples): 512seqlen): 4096iters): 1000 (Production-grade accuracy)quant_nontext_module): False (Kept in BF16 to preserve visual reasoning and OCR precision)layer_config): Multi-Token Prediction (mtp, mtp.fc) kept in native bfloat16Depending on your inference engine, choose the appropriate repository:
Vishva007/Qwen3.8-9B-Distill-W4A16-AutoRoundVishva007/Qwen3.8-9B-Distill-W4A16-AutoRound-GPTQVishva007/Qwen3.8-9B-Distill-W4A16-AutoRound-LLM-Compressor# Using the LLM-Compressor / Compressed-Tensors build
vllm serve Vishva007/Qwen3.8-9B-Distill-W4A16-AutoRound \
--dtype bfloat16 \
--max-model-len 8192 \
--gpu-memory-utilization 0.90
<think>) reasoning.