Views
No views yet
Qwen/Qwen3.6-27B (recipe: int4_all) -- group-wise affine integer weights
with GPTQ error correction. Text-only (vision dropped).quant_manifest.json) -- NOT a standard HF checkpoint. Load
with the NanoQuant repo:1from huggingface_hub import snapshot_download
2from src.pipeline.group_io import load_group_quant_model
3d = snapshot_download("Flowseal/Qwen3.6-27B-nq")
4model, tok = load_group_quant_model(d, device="cuda", strip_vision=True)