24
stars
10
commits
1
linked in READMEs
Aug 27, 2026
updated
Quantized version of Qwen/Qwen3.8-Flash-Next.
If you come here with older cards like A100, A6000 or 3090, consider using our vLLM fork which has served billions of tokens for frontier models with older GPUs.
Weight-only INT4 (symmetric, group size 128) via AWQ, stored in the compressed-tensors pack-quantized format.
Quantized (INT4 W4A16):
mlp.experts.{0..511}.{gate_proj, up_proj, down_proj} (≈123B of the 180B parameters)Kept in BF16 (not quantized):
embed_tokens) and lm_headlinear_attn.*)self_attn.{q,k,v,o}_proj) and its indexer (self_attn.indexer.*)*_hyper_connection.*, hyper_connection_mixer.*)mlp.gate), shared expert (mlp.shared_expert.*) and its gate (shared_expert_gate)ple.*)model.visual.*)mtp.*, in model_mtp.safetensors)10 commits
24
stars
10
commits
1
linked in READMEs
Aug 27, 2026
updated
Quantized version of Qwen/Qwen3.8-Flash-Next.
If you come here with older cards like A100, A6000 or 3090, consider using our vLLM fork which has served billions of tokens for frontier models with older GPUs.
Weight-only INT4 (symmetric, group size 128) via AWQ, stored in the compressed-tensors pack-quantized format.
Quantized (INT4 W4A16):
mlp.experts.{0..511}.{gate_proj, up_proj, down_proj} (≈123B of the 180B parameters)Kept in BF16 (not quantized):
embed_tokens) and lm_headlinear_attn.*)self_attn.{q,k,v,o}_proj) and its indexer (self_attn.indexer.*)*_hyper_connection.*, hyper_connection_mixer.*)mlp.gate), shared expert (mlp.shared_expert.*) and its gate (shared_expert_gate)ple.*)model.visual.*)mtp.*, in model_mtp.safetensors)10 commits