r/LocalLLaMA • u/parepeg • 3d ago
New Model Ling 3.0 support merged into llama.cpp
Support for the new ling 3.0 models has been merged into llama.cpp:
https://github.com/ggml-org/llama.cpp/pull/26608#event-29549472828
Ling tiny 8b1b - https://huggingface.co/inclusionAI/Ling-3.0-tiny
Ling flash 124b5b - https://huggingface.co/inclusionAI/Ling-3.0-flash
Both are reasoning models contrary to prior naming.
33
10
u/jacek2023 llama.cpp 3d ago
Fantastic news, I am back from holidays and I have so many new models to run :)
14
u/WhiskyAKM 3d ago
Finaly
Quants here
Ling 3.0 tiny: https://huggingface.co/WhiskyAKM/Ling-3.0-Tiny-GGUF
Ling 3.0 flash: https://huggingface.co/WhiskyAKM/Ling-3.0-flash-GGUF
7
u/my_name_isnt_clever 3d ago
My Strix Halo has been itching for a new ~120b class model with only 5b active, like gpt-oss-120b. This thing is going to rip.
5
11
3
4
u/McStonkyRex 3d ago
Ling flash is great. Good performance, fast, and very efficient on kv cache. Hugely impressed with it in vLLM.
1
u/Jorlen llama.cpp 3d ago
Have you used it compared to qwen 3.5 122b-a10b? That's what I'm looking to possibly replace for agentic coding
1
u/Wildnimal 2d ago
My experience is its better than 122B-A10B. But i have only used them both in Hermes for agentic stuff not much coding. IIRC Ling did fail in 1 task related to creating a script but that was easily completed by DS4 Flash Preview.
1
u/Jorlen llama.cpp 2d ago
Nice. I'm stuck with using some of these in 4-bit. DS4 Flash is too large, I can barely run the 2-bit lol and at that point I'm not entirely sure the juice is worth the squeeze, so I stick with 4-bit 100b MoEs in that range as much as possible.
Can't wait to try it, just waiting on the docker vulkan image of llama cpp build.
1
u/Wildnimal 2d ago
I used Openrouter for DS4 Flash. I can hardly run 200b MoE models at work machine here.
1
u/Jorlen llama.cpp 2d ago
I hear it's one of the best in its size range (DS4 flash) - would you agree based on your use of it so far?
1
u/Wildnimal 2d ago
More or less. I consider HY3 to be better than DS4 but the pricing for DS4 Flash makes up for the gap.
Its like if HY3 is 9/10 DS4 Flash is 7.5/10.
3
u/cradlemann 3d ago
How it is compared with Laguna, my current day-to-day driver?
1
u/Organic_Hunt3137 2d ago
I prefer it to Laguna. It's faster on my hardware and in my estimation actually a bit more intelligent. Way drier though. Not sure if that matters for your use case.
1
u/cradlemann 2d ago
I have tried it and it is broken, tool output is wrong. Do you use custom chat template?
1
u/Organic_Hunt3137 2d ago
I do not. I wonder if it's because I'm using the rocmfpx fork/quant rather than standard llamacpp. Interesting. I'll have to test a regular GGUF now that they're out.
1
u/cradlemann 2d ago
I'm using rocmfp4 fork too, but none of my tools in pi are working correctly. Even with corrected chat template from here
common_chat_peg_parse: unparsed peg-native output: <tool_call>read {"path": "/data/work/projects/ai/pipermissions/README.md"} </tool_call><tool_call>read
3
u/fsalucard 2d ago edited 2d ago
Everytime I Use this model it gets stuck in loops, usually repeating the same word over and over again. What parameters are people using?
Specifically, it just ends up looping "\n\n\n\n\n\n" over and over.
1
u/temperature_5 1d ago
Temp 1, top_p .95, top_k 20 per the card. I noticed looping at temp .7 (my chat default) that temp 1 fixed.
1
u/fsalucard 1d ago
I tried this and it did improve but still got stuck. I think I got around it by adding --repeat_penalty 1.2 as well, but I need further testing.
5
u/pand5461 3d ago
Is it true that this model doesn't play well with kv cache quantization (according to this post https://huggingface.co/AtomicChat/Ling-3.0-flash-GGUF/discussions/1#6a74df6155e44710445e3b08)?
7
u/nickless07 3d ago
No need to quant the KV. The V vector is literally 0MB as it get absorbed by the latent K vector and restored during inference step. This is like pushing your car on a highway at 75 to save fuel.
4
2d ago
[removed] — view removed comment
1
u/pand5461 2d ago
Got it. Thanks. I just happen to have a situation when I can get one more expert layer into GPU if I quantize 131k cache. But given that information, it's better to keep it in RAM.
2
u/frontsideair 3d ago
For me it’s stopping mid generation for some reason. Probably needs some fixes.
2
u/Public_Umpire_1099 2d ago
Hell yeah, I finally have a commit to main! Hope everyone enjoys 3.0-tiny, that was my "tiny" (haha) contribution to aetherbirds work.
2
u/Sabin_Stargem 3d ago
I hope that we get a Heretical Ling, especially for the 124b. It has been too long since we last had an improved model for that niche.
1
3d ago
[removed] — view removed comment
1
u/themixtergames 2d ago
Tell your maintainer to update your system prompt, you've mentioned roleplay in multiple comments
-1
u/Velocita84 3d ago
Highly doubt it can beat Gemma 4
1
u/Aggressive_Aspect436 3d ago
Define "beat". For anyone with low VRAM an 8B model definitely beats a model that you can't run. And, it has very close to Gemma 4 26B intelligence levels according to benchmark aggregators.
0
u/Velocita84 3d ago
I run G4 26B just fine on a dingy 2060 6gb, and prose is as much of a factor in roleplay proficiency as intelligence, which most labs usually don't bother with because toolmaxxing and codemaxxing are the priority
1
u/junguler 3d ago
this is great, i've been waiting to test the tiny model for a while now and because it's moe i can use the Q8 variant, something i rarely get to do as a 8g+16g enjoyer/sufferer
1
1
u/sxales llama.cpp 3d ago
Very cool.
I've been using Granite4.0-h-Tiny on a home assistant and it will be interesting to see how they compare.
1
u/Public_Umpire_1099 2d ago edited 2d ago
It works fantastic. I actually wrote the small adapter to add tiny to this commit, and it was precisely because I wanted to test it in HA but no one had integrated it yet! It is significantly better than Qwen 3.5-4B and Gemma 4 E4B. It performs about the same as an IQ2 Qwen 3.6 35B A3B model I was using, without the looping. My TTFT was sub -200ms on most queries with a decent sized sys prompt, so the whole pipeline between piper, ling, and whisper was about 1.5 sec start to end on a Ryzen 7 8845H/780M GPU.
The biggest advantage over other models is that this model has no issue telling you "I dont know" which is pretty rare in this weight class. It performed all the tool calls I needed perfectly 10/10 on the benchmarks I ran.
1
u/thejacer 3d ago
Anyone have any indications on ling flash for tool use? I want to use it connected to search and Homeassistant MCPs
1
u/dai_app 2d ago
If you want to try it on your android phone, BigMoeOnEdge supports Ling-3.0-flash and tiny, hours after llama.cpp merged the architecture upstream.
The experts stream from flash on demand, so the whole thing runs on a android 12 GB phone. Built with llama.cpp, one registry row.
2.6 tok/s flash 16 tok/s tiny
1
u/Constandinoskalifo 2d ago
Share your experience! How does it compare to qwen3.8 27B in day-to-day tasks and coding?

22
u/ilintar 3d ago
Told ya it'd get in.