This is a bit like saying stop using Ubuntu, use Debian instead. Both llama.cpp and ollama are great and focused on different things and yet complement each other (both can be true at the same time!) Ollama has great ux and also supports inference via mlx, which has better performance on apple silicon than llama.cpp I'm using llama.cpp, ollama, lm studio, mlx etc etc depending on what is most convenient for me at the…
The local LLM ecosystem doesn’t need Ollama
91–100 of 222 posts
Re: The local LLM ecosystem doesn’t need Ollama
#92This is a bit like saying stop using Ubuntu, use Debian instead. Both llama.cpp and ollama are great and focused on different things and yet complement each other (both can be true at the same time!) Ollama has great ux and also supports inference via mlx, which has better performance on apple silicon than llama.cpp I'm using llama.cpp, ollama, lm studio, mlx etc etc depending on what is most convenient for me at the…
The author points out that the Ollama people are evil. So it is more like saying "Stop using SCO Unix, use Linux instead".
Re: The local LLM ecosystem doesn’t need Ollama
#93Earlier quoted context omitted.
Does it have a model registry with an API and hot swapping or you still have to use sometime like llama swap as suggested in the article ? Or is it CLI?
You can have multiple models served now with loading/unloading with just the server binary. https://github.com/ggml-org/llama.cpp/blob/master/tools/serv...
Re: The local LLM ecosystem doesn’t need Ollama
#94Re: The local LLM ecosystem doesn’t need Ollama
#95I was using LM Studio since I've moved to MacOS so that's fine I guess
Re: The local LLM ecosystem doesn’t need Ollama
#96[flagged]
Re: The local LLM ecosystem doesn’t need Ollama
#97Re: The local LLM ecosystem doesn’t need Ollama
#98Earlier quoted context omitted.
They spent several years in stealth mode but the initial release was llama.cpp. Ollama v0.0.1 "Fast inference server written in Go, powered by llama.cpp" https://github.com/ollama/ollama/tree/v0.0.1
They spent several years in stealth mode doing what? trying to build themselves what llama.cpp ended up doing for them?
Re: The local LLM ecosystem doesn’t need Ollama
#99Re: The local LLM ecosystem doesn’t need Ollama
#100For most users that wanted to run LLM locally, ollama solved the UX problem. One command, and you are running the models even with the rocm drivers without knowing. If llama provides such UX, they failed terrible at communicating that. Starting with the name. Llama.cpp: that's a cpp library! Ollama is the wrapper. That's the mental model. I don't want to build my own program! I just want to have fun :-P
Re curation: they should strive to not integrate broken support for models and avoid uploading broken GGUFs.