Prepared artifact for
nathanrs/detllm:
an inference pipeline where the entire forward pass is exact integer
arithmetic, producing
bit-identical logits across runs, batch
compositions, prefill/decode splits, and hardware backends (NVIDIA tensor
cores vs. pure-CPU reference).
Derived from
Qwen/Qwen3-0.6B
(Apache-2.0) by one-time offline preparation (per-channel int8 weight
quantization with folded norms and analytic smoothing, per-row-quantized
embedding, int16 RoPE tables, dyadic scale constants). WikiText2 perplexity
20.72 vs the fp16 baseline's 20.95.
1git clone https://github.com/nathanrs/detllm && cd detllm && uv sync
2hf download nathanbarry/detllm-qwen3-0.6b-int8 --local-dir artifacts/qwen3-0.6b-int8
3uv run python scripts/demo.py # the determinism demo