Qwen3-30B-A3B-Instruct-2507 W4A16 AutoRound

This is the mixed-precision INT4/W4A16 AutoRound checkpoint used in the DynaExQ paper experiments. It is derived from Qwen/Qwen3-30B-A3B-Instruct-2507.

The checkpoint uses symmetric expert-weight quantization with mixed higher-precision fallbacks recorded in quantization_config.json.

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "Kris2017/Qwen3-30B-A3B-Instruct-2507-W4A16-AutoRound"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    device_map="auto",
    torch_dtype="auto",
)

Code, experiment scripts, manifests, and paper sources are available in DynaQuant. The original model license and usage restrictions continue to apply.

Downloads last month
17
Safetensors
Model size
0.6B params
Tensor type
I32
BF16
F16
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support

Model tree for Kris2017/Qwen3-30B-A3B-Instruct-2507-W4A16-AutoRound

Quantized
(132)
this model