Views
No views yet
chankhavu/olmo_32b_fp8_niiattempt2_step12750_20260617055513,
a 32B dense Olmo3ForCausalLM SFT checkpoint, produced with
NVIDIA TensorRT Model Optimizer (ModelOpt) 0.44.0.appendix/ (see
appendix/RESTORE_NOTE.md). For runtime FP8 KV cache, serve with vLLM's
--kv-cache-dtype fp8.lm_head; and, under the windowed attention recipe, the
q/k/v/o projections of every full-attention layer and the windowed layer
immediately preceding each full layer (32 layers total for Olmo3's 3:1
sliding:full pattern). All MLP layers are quantized to FP8.chankhavu/smolmo-olmo3-calib-4k, all ~4000 samples.amax is merged across ranks
by elementwise max — equivalent to single-process calibration over the full set.1from vllm import LLM
2llm = LLM(model="chankhavu/smolmo-32b-fp8-step12750")hf_quant_config.json. This is PTQ only (no quantization-aware training).