INT8 Quantization the Second Time Around
I quantized my inference engine's weights to int8 — and almost led with the wrong number before the process itself caught a real bug.
Sep 3, 20266 min read3

Search for a command to run...
Articles tagged with #systemprogramming
I quantized my inference engine's weights to int8 — and almost led with the wrong number before the process itself caught a real bug.

I built an LLM inference engine from scratch in C++.
