CoolFace
Modelpublic

chris320211/smoothquant-granite33-2b-g52xlarge

sourceHugging Facemitupdated 4d agoView on Hugging Face
0likes301downloads
Model Card

SmoothQuant ibm-granite/granite-3.3-2b-instruct

Quantized derivative of `ibm-granite/granite-3.3-2b-instruct`. Not Hub fp16. Weights are the packed/runtime artifact from job 20260920T012426Z-d2f5c6.

WikiText-2 (test, 2048-token windows, 65504 tokens)

Measured on NVIDIA A10G (g5.2xlarge) against the original fp16 snapshot. Numbers copied from jobs/20260920T012426Z-d2f5c6/benchmark.json.

Quantizedfp16 snapshot
Perplexity7.7624747.715887
NLL loss2.0493012.043281
Tokens/s (2048 prefill, after warmup)9501.77184.6
Peak VRAM (GB)3.3775.641
  • ppl_ratio: 1.006038 (quality_ok=True)
  • improved_throughput: True
  • improved_vram: True

Pull

python
from huggingface_hub import snapshot_download
path = snapshot_download("chris320211/smoothquant-granite33-2b-g52xlarge")

This is not a drop-in AutoModelForCausalLM.from_pretrained checkpoint. Reload with the included quant_agent_inference_adapter.py after the method repo (and overlay, if any) is on QUANT_AGENT_METHOD_REPO. See quantization_config.json.

License

Base model license (MIT for Phi-3) plus the method repository license. Keep LICENSE / NOTICE.md from the snapshot when present.