Ollama and gguf
github.com
Ollama and gguf
1–10 of 97 posts
Re: Ollama and gguf
#2Re: Ollama and gguf
#3ggerganov explains the issue: https://github.com/ollama/ollama/issues/11714#issuecomment-3...
Figured it had to be Ollama doing Ollama things, seems that was indeed the case.
Re: Ollama and gguf
#4Re: Ollama and gguf
#5I think the title buries the lede? Its specific to GPT-OSS and exposes the shady stuff Ollama is doing to acquiesce/curry favor/partner with/get paid by corporate interests
Re: Ollama and gguf
#6ggerganov explains the issue: https://github.com/ollama/ollama/issues/11714#issuecomment-3...
Re: Ollama and gguf
#7https://github.com/ollama/ollama/issues/5245
Sadly it is not and the issue still remains open after over a year meaning ollama cannot run the latest SOTA open source models unless they covert them to their proprietary format which they do not consistently do.
No surprise I guess given they've taken VC money, refuse to properly attribute the use things like llama.cpp and ggml, have their own model format for.. reasons? and have over 1800 open issues...
Llama-server, ramallama or whatever model switcher ggerganov is working on (he showed previews recently) feel like the way forward.
Re: Ollama and gguf
#8Even using llama.cpp as a library seems like an overkill for most use cases. Ollama could make its life much easier by spawning llama-server as a subprocess listening on a unix socket, and forward requests to it.
One thing I'm curious about: Does ollama support strict structured output or strict tool calls adhering to a json schema? Because it would be insane to rely on a server for agentic use unless your server can guarantee the model will only produce valid json. AFAIK this feature is implemented by llama.cpp, which they no longer use.
Re: Ollama and gguf
#9I think the title buries the lede? Its specific to GPT-OSS and exposes the shady stuff Ollama is doing to acquiesce/curry favor/partner with/get paid by corporate interests
I think "shady" is a little too harsh - sounds like they forked an important upstream project, made incompatible changes that they didn't push upstream or even communicate with upstream about, and now have to deal with the consequences of that. If that's "shady" (despite being all out in the open) then nearly every company I've worked for has been "shady."
https://www.reddit.com/r/LocalLLaMA/comments/1jzocoo/finally...
Re: Ollama and gguf
#10ggerganov explains the issue: https://github.com/ollama/ollama/issues/11714#issuecomment-3...