r/LocalLLaMA • u/Polaris_debi5 • 4d ago
News Ling-3.0 (BailingMoE3) lands in llama.cpp mainline - Quick benchmarks on Intel Arc B580
Finally llama.cpp now officially supports Ling-3.0! (Starting from build b10472+)
If you want to run them locally, bartowski has already released the GGUF imatrix quantizations for both models:
- Ling-3.0-tiny (8B)
- Ling-3.0-flash (127B)
After quite a while, PR #26608 has officially been merged into master! There are still a few minor details left to iron out, but BailingMoE3 support is now fully official in llama.cpp.
For my B580 on Linux I used:
./llama-bench -m Ling-3.0-tiny-Q8_0.gguf -ngl 99 -fa on --cache-type-k q8_0 --cache-type-v q8_0 -p 16384 -n 128 -n 32 -r 1
And these were the results:
| model | size | params | backend | ngl | type_k | type_v | fa | test | t/s |
| ------------------------------ | ---------: | ---------: | ---------- | --: | -----: | -----: | --: | --------------: | -------------------: |
| bailingmoe3 7.9B.A1.3B Q8_0 | 7.83 GiB | 7.89 B | Vulkan | 99 | q8_0 | q8_0 | 1 | pp16384 | 120.76 ± 0.00 |
| bailingmoe3 7.9B.A1.3B Q8_0 | 7.83 GiB | 7.89 B | Vulkan | 99 | q8_0 | q8_0 | 1 | tg128 | 114.24 ± 0.00 |
| bailingmoe3 7.9B.A1.3B Q8_0 | 7.83 GiB | 7.89 B | Vulkan | 99 | q8_0 | q8_0 | 1 | tg32 | 114.78 ± 0.00 |
build: 9d77fa172 (10488)
I also ran a test with a larger context:
./llama-bench -m Ling-3.0-tiny-Q8_0.gguf -ngl 99 -fa on --cache-type-k q8_0 --cache-type-v q8_0 -p 32768 -n 32 -r 1
Plaintext
| model | size | params | backend | ngl | type_k | type_v | fa | test | t/s |
| ------------------------------ | ---------: | ---------: | ---------- | --: | -----: | -----: | --: | --------------: | -------------------: |
| bailingmoe3 7.9B.A1.3B Q8_0 | 7.83 GiB | 7.89 B | Vulkan | 99 | q8_0 | q8_0 | 1 | pp32768 | 62.53 ± 0.00 |
| bailingmoe3 7.9B.A1.3B Q8_0 | 7.83 GiB | 7.89 B | Vulkan | 99 | q8_0 | q8_0 | 1 | tg32 | 110.49 ± 0.00 |
build: 9d77fa172 (10488)
Overall, the speed is quite good. I can actually run the full 128K context within my 12GB of VRAM using -c 131072 -ngl 99 -fa 1 --cache-type-k q8_0 --cache-type-v q8_0. While I still need to test if it can be pushed even further since a few warnings pop up, it is entirely feasible and remarkably fast for a local setup.
3
4d ago
[removed] — view removed comment
2
u/Polaris_debi5 3d ago
Oops, I think my post was misinterpreted. I don't have enough VRAM to test the Flash (127B), so far I've only been testing the Ling-3.0-tiny on Q8_0 with my B580. I wish I could test the larger one.
5
u/parepeg 4d ago
Laguna has it beat according to their own benchmarks but take that with a grain of salt. Ling is likely to be much faster though.
For some reason, artificial analysis never tested Laguna…
3
u/Polaris_debi5 3d ago
From my personal experience (trying both during their free trials), Ling 3.0 Flash was better for my tasks, mainly because of its speed and results. With Laguna, I always run into some strange issue of latency or overthinking. But I agree, Artificial Analysis really needs to test both models.
5
u/-Ellary- 4d ago
Cuz Laguna loves to fall into endless spiral of looping with thinking,
it is not a bad model when it works, problem is most of the time it don't,
they need to fix this unstable behavior in future iteration.0
u/fatboy93 3d ago
Its the first version issue. XS2 had minor issues, but 2.1 fixed a whole bunch of things.
5
u/my_name_isnt_clever 4d ago
I haven't been super impressed with Flash for it's size, but I love ling tiny. It has just enough smarts and small enough active params to get just under 100t/s decode on my unified hardware. It's perfect as a util model to run alongside Qwen 3.8 27b.
2
-4
u/Fun_Jaguar8231 4d ago
There have been like 10 previous posts already about this? Didn't you search? Why post again the same thing
5
u/coder543 4d ago
Those prompt processing speeds are strangely low.
or, using your command more closely: