Earlier quoted context omitted.
More updates from the Discord (also mostly about the NVFP4): > we've got an NVFP4 checkpoint that has a KD of 0.135 relative to the BF16 checkpoint (for W4A4, on some GSM8K prompts). [...] We're still seeing some looping on W4A4 (although much less than before), whereas for W4A16 we've not been able to make it loop. Given that W4A4 is still a little broken, we won't make this an official release (we have one more ide…
Tool calling in pi completely broke with the updated q4 gguf (spinquant-less). Guessing it'll take some time.
Laguna S 2.1
91–98 of 98 posts
Re: Laguna S 2.1
#92Earlier quoted context omitted.
What inference server are you using? They have a custom branch for llama.cpp, but I wouldn't be surprised at all if it still needs fixing.
This: https://github.com/Blaizzy/mlx-lm/tree/pc/add-lg ...and this is what I should probably wait for (not sure why it's in vlm): https://github.com/Blaizzy/mlx-vlm/tree/pc/laguna-s-nvfp4 ...or perhaps I should've just used the gguf with the provided llama.cpp instead of trying to run the nvfp4-mlx from the get go, but where's the chaos in that :) Running deepseek flash on something locally now, this will have to wai…
Re: Laguna S 2.1
#93Looks impressive, and this size fits achievable home hardware. That said, if someone would kindly quantise this down for the 64GB paupers, that would be appreciated. (I know there’s likely degradation, but some people reported good results with a 2 bit version of Qwen 3.5 122B, and this is starting from a higher point. Would be interesting to try, at least.) Edit: someone in the process of doing so: https://huggingfa…
They have also published smaller 33B model called Laguna XS 2.1, its Q4 gguf is 20GB. https://huggingface.co/poolside/Laguna-XS-2.1-GGUF/tree/main
Maybe the chat template is broken, maybe not. But I can't get it to think/reason, or at least sometimes it seems to decide not to even when asked. And it is wildly inconsistent when it does it, sometimes thinking out loud.
However, without thinking enabled it is shockingly good at researching using web tool calls. It's also very fast.
I am assuming something is not yet right with the chat template, even using a recent build of llama.cpp, and I guess I will revisit this model again at some point in the future.
Re: Laguna S 2.1
#94Earlier quoted context omitted.
This: https://github.com/Blaizzy/mlx-lm/tree/pc/add-lg ...and this is what I should probably wait for (not sure why it's in vlm): https://github.com/Blaizzy/mlx-vlm/tree/pc/laguna-s-nvfp4 ...or perhaps I should've just used the gguf with the provided llama.cpp instead of trying to run the nvfp4-mlx from the get go, but where's the chaos in that :) Running deepseek flash on something locally now, this will have to wai…
This is definitely one where wait 2-3 weeks and look again, feels like the right strategy. It could be good, it could not. It is too volatile to say.
Re: Laguna S 2.1
#95The intelligent and decision making looks good overall. It seems to roughly compare to unsloth/Qwen3.6-27B-GGUF:UD-Q8_K_XL while being way faster on my hardware. It does often get stuck considering the same decision over and over again but maybe this is how it makes the better decisions.
However it does seem to have a bad habit of corrupting things (most often my name). It will rewrite kevincox to kevinc or kevcox or kevancox. Then fail to read directories or rewrite code with the wrong string and mess it up. Then it can't identify it's mistake.
Maybe I'll have try try out the Q8 model, but the description seems to push away from this one.
Re: Laguna S 2.1
#96Yesterday I was making experiments running laguna xs 2.1 in my local machine (a smaller version), with a ryzen 5700x, 64 RAM and a 4060 ti 8gb nvidia
It was able to run locally with a context of 128k using llama-cpp and I tried using it for local development in a project that used uv, python, tool calls, file system explorations, websearches - all worked as a charm... in my own hardware
I was SO impressed. Then I saw open router is letting people try laguna S 2.1 for free - it's a model with 120b params and 258k context - if you top up at least 10 usd, it gives you 1000 requests per day for free so you can try it out. but the paid version is super cheap as well, specially the cache.
Re: Laguna S 2.1
#97I am SO impressed by this model! It's cheap as deepseek v4 flash, better than minimax m3 I would say, and almost a glm 5.2. 120b params only for such a good result, with 258k context. This is amazing. Yesterday I was making experiments running laguna xs 2.1 in my local machine (a smaller version), with a ryzen 5700x, 64 RAM and a 4060 ti 8gb nvidia It was able to run locally with a context of 128k using llama-cpp and…
We’re going to get to the point where the enormous size of models will not be able to keep being updated with the huge amount of content being generated online, and so I think a strong SOTA-esque thinking model with a good harness, fast web crawler, and large MCP capabilities will be the future tool of choice, rather than larger and larger static models (unless someone creates upgradable but compact embeddings)
Re: Laguna S 2.1
#98Looks impressive, and this size fits achievable home hardware. That said, if someone would kindly quantise this down for the 64GB paupers, that would be appreciated. (I know there’s likely degradation, but some people reported good results with a 2 bit version of Qwen 3.5 122B, and this is starting from a higher point. Would be interesting to try, at least.) Edit: someone in the process of doing so: https://huggingfa…
> if someone would kindly quantise this down for the 64GB paupers The Q4_K_M is 75GB. I'm exactly at 64GB, and I wouldn't quantize it further. Instead, do partial weight residency and stream the rest from SSD.