Earlier quoted context omitted.
And why would i want such mundane questions to be handled by an AI on my phone? That sort of thing doesnt need AI, let alone a local one. Basic google search was answering those questions long ago. My point: phone-sized AI is only useful if it can do things that only AI can do. Can it ingest a document scanned by the phones camera? Can it translate in real time? I dont see how or why i would ever ask it for recipe ad…
If it can give me the recipe without 14 pages of backstory about how Nonna used to make it, it'd be satisfying a real need.
Bonsai 27B: A 27B-Class model that runs on a phone
151–160 of 278 posts
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#152OS: WSL2 on Windows 10
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#153Earlier quoted context omitted.
Good spaghetti has 15% protein, 15g per 100g. Even the lowest quality one has 12g/100g.
Pasta should be made of whole durum wheat.. which is 12g/100g. What's this "good" you speak of? There's certainly worse (soft white/red flour with germ/bran removed), but where do we find the +3g? https://en.wikipedia.org/wiki/Pasta
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#154The models themselves are showing up on Hugging Face here: https://huggingface.co/prism-ml/models I'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.
Didn't work for me in Unsloth, but it will probably be fixed in a day or two when the next batch of updates comes out.
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#155Earlier quoted context omitted.
I've got both that app and a 17 Pro, but it only lists one of the older Bonsai models not the 27B for me
I only have an iPhone 14 Pro, but under "manage models" it's showing Bonsai 8B and Ternary Bonsai 8B.
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#156Earlier quoted context omitted.
Based on their numbers and cross referencing with the Gemma numbers, this model crushes Gemma 4 12b on math and coding, is slightly worse on knowledge and tool calling, and is significantly worse on vision tasks.
More to the argument that we need a model of models - one general one that calls specialists in to do what they are good at and handles that like a foreman for you.
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#157What I most want to see it compared to is Gemma 4 12B in the 4-bit QAT version. It's barely bigger than this at just under 7GB, so it also runs on just about any modern device and is remarkably smart for its size. It's an excellent tool user, crazy good vision for its size. I'm still trying to wrap my head around how much is lost with each step down in resolution, but the QAT versions from Google seem to prove the an…
Based on their numbers and cross referencing with the Gemma numbers, this model crushes Gemma 4 12b on math and coding, is slightly worse on knowledge and tool calling, and is significantly worse on vision tasks.
PHP/Wordpress code seems OK (better than the Gemma) but it gets stuck in reasoning loops.
Mind you, I am something of a cynic about the underlying 27B dense Qwen; I think the 35B MoE model is often better and it is just so, so much faster.
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#158I need help understanding this. I understood that the magic here is the quantization that allows it to use from 50G to 4G and their process retain most of the intelligence within Pareto limits of gain. And then they proceed to compare with other quantized models as in the level of intelligence per size. It gets to my attention though that the performance in tool calling is mostly affected which is a problem for other…
from what I understand prismml isn’t doing a quant like normal models where you take a model trained at fp16 and then chop off some bits to reduce vram, but rather they’re training the model natively with 1 bit weights. It’s explained more in the article. They’re also doing some other tricks like a fp16 weight per block of 128 1bit weights to get some more data out of 1 bit weights
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#159Earlier quoted context omitted.
Pasta should be made of whole durum wheat.. which is 12g/100g. What's this "good" you speak of? There's certainly worse (soft white/red flour with germ/bran removed), but where do we find the +3g? https://en.wikipedia.org/wiki/Pasta
I know felcetti has a few varieties that exceed that number. ~112g for 16g protein.
Re: Bonsai 27B: A 27B-Class model that runs on a phone
#160Earlier quoted context omitted.
Based on their numbers and cross referencing with the Gemma numbers, this model crushes Gemma 4 12b on math and coding, is slightly worse on knowledge and tool calling, and is significantly worse on vision tasks.
The Gemma models are so good at vision. It seems particularly important for phones. Also, they write in a much more pleasant manner than Qwen imo.