Fails to load on LM Studio 0.4.16 (Build 2)

#1
by akierum - opened

Fails to load on LM Studio 0.4.16 (Build 2)

akierum changed discussion title from Fails to load on LMstudio with Tensor split to Fails to load on LM Studio 0.4.16 (Build 2)

Fails to load on LM Studio 0.4.16 (Build 2)

You need to manually install llama.cpp with PR #24260. LM Studio doesn't ship with this runtime right now. I suggest looking at the model card.

These are GGUF quants of North-Mini-Code-1.0. The model uses the cohere2moe architecture, which is not in a stock llama.cpp release yet. Until llama.cpp PR #24260 is merged, build llama.cpp from that PR branch to load these files. Once the PR lands in a release, these same GGUFs will run on stock llama.cpp with no re-download, because they already declare general.architecture = cohere2moe.

Even with PR #24260 being merged it didn't work for me in llama.cpp. So something seems still off or I am blind πŸ˜…

EDIT: Seems to work with the latest release after https://github.com/ggml-org/llama.cpp/pull/24260 got merged.

Yes, i still get PEG errors with tool calls, it loads for chat just fine but it cant handle tool calls in any harness (for me). Tried both PR #24260 and the latest llama.cpp. Putting this one to the side for now, hopefully it gets solved - looks like an interesting model.

Sign up or log in to comment