Breaking the 1.58-bit Barrier for Ternary LLMs
102 points by matt_d 3 hours ago | 9 comments
om8 60 minutes ago
Ternary quantization does not make any sense. Vector quantization and trellis based methods are better in this region for PTQ.
replyjanalsncm 28 minutes ago
PTQ and vector quantization aren’t used for this because part of the point of ternary LLMs is to make them faster. In a ternary LLM every weight is an add, subtract, or no-op so it is fast on CPU.
replyIf you’re just using a code book to reconstruct a f16 model the only savings you can get are in sending it over the wire.
plqbfbv 2 hours ago
Very interesting, I was just exploring this to hopefully fit one of the latest quantized models in 16GB of VRAM.
replyNooneAtAll3 2 hours ago
This is the only time "1.58 bit" phrase makes more sense than "1 trit"
replyWho knew that if you actually look at information entropy you can pack stuff better!
If ternary llms work out and are baked into hardware as custom silicon I bet they'll be shockingly efficient.