
The gguf's arch tag is bailingmoe3 and stock llama.cpp won't load it. build the fork or wait for upstream ?
Hi,
Someone posted this load screen from a run and I went to look up how you'd run the thing yourself. Two lines on it are the ones that matter. The arch line reads BailingMoE3, and the engine line says llama.cpp compiled, not installed.
I sat there for a minute wondering why it said compiled instead of installed.
Per the gguf card, stock llama.cpp builds without bailingmoe3 support will not load the model, and it points you at a fork to use while waiting on upstream support. So what happens on the Ollama side ? I genuinely don't know whether a pull gets you a build with that arch in it.
The model is Ling 3.0 Flash, if you want to go read the card yourself.
There is an upstream PR open for it, ggml-org/llama.cpp#26608. No idea how close that is to landing. PRs sit.
So, build the fork on day one, or wait ?