Bonsai 27B: A 27B-Class model that runs on a phone
1–10 of 278 posts
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#2Re: Bonsai 27B: A 27B-Class model that runs on a phone
#3Re: Bonsai 27B: A 27B-Class model that runs on a phone
#4TIL that 1 bit models are actually 1.58 bit with three values +1, 0 and -1
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#5Re: Bonsai 27B: A 27B-Class model that runs on a phone
#6The 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.
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#7I can just see their image tool on the app store
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#8I've tried a couple in LM Studio - the GGUF one and the MLX one - but neither worked there. Anyone else get them to work? Might be that LM Studio needs to upgrade their llama.cpp or MLX engines first.
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#9TIL that 1 bit models are actually 1.58 bit with three values +1, 0 and -1
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.