The local LLM ecosystem doesn’t need Ollama
11–20 of 222 posts
Re: The local LLM ecosystem doesn’t need Ollama
#12I will switch once we have good user experience on simple features.
A new model is released on HF or the Ollama registry? One `ollama pull` and it's available. It's underwhelming? `ollama rm`.
Re: The local LLM ecosystem doesn’t need Ollama
#13I started with Ollama, and it was great. But I moved to llama.cpp to have more up-to-date fixes. I still use Ollama to pull and list my models because it's so easy. I then built my own set of scripts to populate a separate cache directory of hardlinks so llama-swap can load the gguf's into llama.cpp.
Re: The local LLM ecosystem doesn’t need Ollama
#14I think the biggest advantage for me with ollama is the ability to "hotswap" models with different utility instead of restarting the server with different models combined with the simple "ollama pull model". In other words, it has been quite convenient. Due to this post I had to search a bit and it seems that llama.cpp recently got router support[1], so I need to have a look at this. My main use for this is a discord…
The article mentions llama-swap does this
Re: The local LLM ecosystem doesn’t need Ollama
#15I prefer Ollama over the suggested alternatives. I will switch once we have good user experience on simple features. A new model is released on HF or the Ollama registry? One `ollama pull` and it's available. It's underwhelming? `ollama rm`.
Seems like maybe, at least some of the time, you’re being underwhelmed my ollama not the model.
The better performance point alone seems worth switching away
Re: The local LLM ecosystem doesn’t need Ollama
#16Re: The local LLM ecosystem doesn’t need Ollama
#17Re: The local LLM ecosystem doesn’t need Ollama
#18i use goose by block
also you might be the only person in the wild I've seen admit to this
Re: The local LLM ecosystem doesn’t need Ollama
#19I got tired of repeating the same points and having to dig up sources every time, so here's the timeline (as I know it) in one place with sources.
It’s truly open source, backed by Mozilla, openly uses llama.cpp and was created by wizard Justine Tunney of CosmopolitanC fame.