Views
No views yet
| fp16 | TCQ 3-bit (this model) | vs fp16 | |
|---|---|---|---|
| SmolLM2-135M | 15.61 | 17.58 | 1.13× |
<1e-6; 135M logits are
top-5 exact vs PyTorch.transformers checkpoint. It is a packed 3-bit format
(manifest.json + sharded .bin weights + IP metadata) designed for the WebGPU runtime
in the Trellis WebGPU repo. To run it:1git clone https://github.com/Azimml/trellis-webgpu
2# place these files under web/model_packed/ , then:
3cd web && python3 -m http.server 8000 # open index.html in a WebGPU browser
4# or verify headlessly on your GPU:
5python scripts/run_packed_headless.py web/model_packed "The capital of France is" 40