1. Running large models on low‑VRAM hardware
Users repeatedly highlight that the Ternary Bonsai 2 27B quantization makes a 27 B model usable on cards with as little as 16 GB VRAM, while still offering sizable context windows and reasonable throughput.
- “Love this for the folks with 16gb graphics cards - 3.8 27b has been incredible but not quite runnable on anything less than 32gb - will try loading this up on my 16gb intel b50 …” — kamranjon
- “I run Unsloth's UD‑Q4_K_S on 20 GB of VRAM (RX 7900 XT) and I get ~90k tokens of context … With 8‑bit quantization, I get about a 134k token context window.” — spijdar
- “At 8bit KV my window is over 200k …” — orsorna
2. Quantization efficiency and performance metrics
Commenters focus on the novel ternary weighting scheme (~1.76 bits/weight), its speed/energy numbers, and how it compares to other quantizations such as Unsloth’s UD‑Q4_K_XL.
- “Ternary Bonsai 2 27B uses ternary {−1, 0, +1} weights with FP16 group‑wise scaling, for 1.76 effective bits per weight.” — adrian17
- “Ternary Bonsai 2 27B reaches up to 143 tokens/second on NVIDIA GeForce RTX 5090 and 46.8 tokens/second on M5 Max. On an RTX 4090, … consumes just 0.714 mWh/token, making it 40% more energy‑efficient than an 8B model running in full‑precision.” — kamranjon
- “The table claims it performs on par with UD‑Q4_K_XL except on OCR.” — nulld3v
3. Software, tooling, and deployment hurdles
Several notes stress that the model requires a custom Prism build of llama.cpp, driver/WebGPU considerations, and platform‑specific setup steps.
- “be aware that you need Prism's llama.cpp fork to get them to work …” — simonw
- “How has software/driver support been? I got burned hard by AMD last generation … Things smoother now, or do you have to baby it like hell …?” — kadoban
- “The ‘tensor API is not supported’ warning occurred because llama.cpp’s startup probe fails to compile a matmul2d kernel: Metal’s tensor headers require language version 4.0 …” — francisjp