The problem, of course, is if you run the UD_Q2 variant (Unsloth) which does only post-training, the number is pretty close to 1-bit model here and the 5% drop in tool-call is significant than it suggests in real-life use cases.
You also need to pay close attention to BFCLv3 multi-turn result, that helps you to get a sense how frequently these quants will be in a doom loop.
Bonsai 27B: A 27B-Class model that runs on a phone
51–60 of 278 posts
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#52Re: Bonsai 27B: A 27B-Class model that runs on a phone
#53Re: Bonsai 27B: A 27B-Class model that runs on a phone
#54Earlier quoted context omitted.
There's two variants of this (or, as the joke goes, for very big values of bit): Ternary Bonsai 27B uses ternary {−1, 0, +1} weights with FP16 group-wise scaling, giving a true 1.71 effective bits per weight. 1-bit Bonsai 27B uses binary {−1, +1} weights with the same group-wise scaling, giving 1.125 effective bits per weight.
this is a really dumb question, but how is -1 represented? is it a float? if so, how many bits is the float? I've never heard of a bit ever having more than two possible values
Their fork corrects the second inefficiency by using a group size of 128, but still uses 2-bit weights AFAICT.
It's possible to pack 5 trits into a byte, but the unpacking is not very efficient. Another recent idea is to add the constraint that exactly one weight in each group of four be zero, which gives exactly 32 possible states, so it fits in 5 bits.
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#55Earlier quoted context omitted.
Note that 3.5 9B cannot do thinking (while 3.6 27B can, pretty effectively, quite verbosely).
3.5 9B can do thinking. Its just disabled by default in its gguf chat template.
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#56Earlier quoted context omitted.
Depending on which model you're running, you might need to use the custom forks. Details are here -> https://github.com/PrismML-Eng/Bonsai-demo/blob/main/README....
I spent quite sometime trying to install their tools and nothing really worked. I used these repos you shared but the dependencies all fail on mac
You can also join Discord to communicate with us directly http://discord.gg/prismml
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#57Entire blog post seems to be AI-generated :/
Do you think people who work on AI for a living are not going to use it?
The LLM style of writing is just very distracting to read. “It unlocks X”, “Y changes the equation”, and why is there always something shifting? Makes my eyes glaze over in an otherwise interesting post.
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#58Apparently Apple is "in talks" with the PrismML: https://www.cnbc.com/2026/07/14/apple-prismml-ai-compression...
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#59Re: Bonsai 27B: A 27B-Class model that runs on a phone
#60Earlier quoted context omitted.
Do you think people who work on AI for a living are not going to use it?
Of course not, personally almost all of my code these days is generated. The LLM style of writing is just very distracting to read. “It unlocks X”, “Y changes the equation”, and why is there always something shifting? Makes my eyes glaze over in an otherwise interesting post.