Views
No views yet
compressed-tensors / pack-quantizedignore): vision tower (model.visual.*), lm_head, MTP head (mtp.fc),
linear-attention gating projections (linear_attn.in_proj_a/b) — following the layer recipe
validated in cyankiwi/OmniCoder-9B-AWQ-4bit.
The untied 248k-vocab embeddings and lm_head dominate the remaining BF16 weight.recipe.yaml.vllm serve Ar4ikov/OmniCoder-9B-AWQ-W4A16-ASYMtransformers decompresses weights back to BF16 in memory; the
memory savings materialize in vLLM (or other compressed-tensors-aware runtimes).AWQModifier(targets=["Linear"], scheme="W4A16_ASYM", ignore=[...]) and
model.save_pretrained(..., save_compressed=True); see recipe.yaml for the full config.