RamaLama
github.com
RamaLama
1–10 of 54 posts
Re: RamaLama
#2Re: RamaLama
#3Is this useful? Can someone help me see the value add here?
Re: RamaLama
#4https://github.com/ggerganov/llama.cpp/pull/11016#issuecomme...
Re: RamaLama
#5This is the point of it: https://github.com/ggerganov/llama.cpp/pull/11016#issuecomme...
Re: RamaLama
#6Is this useful? Can someone help me see the value add here?
Re: RamaLama
#7Is this useful? Can someone help me see the value add here?
Re: RamaLama
#8When is that a problem?
Based on the linked issue in eigenvalue's comment[1], this seems like a very good thing. It sounds like ollama is up to no good and this is a good drop-in replacement. What is the deeper problem being solved here though, about configuring the host? I've not run into any such issue.
Re: RamaLama
#9While we're at it, is there already some kind of standardized local storage location/scheme for LLM models? If not, this project could potentially be a great place to set an example that others can follow, if they want. I've been playing with different runtimes (Ollama, vLLM) the last days, and I really would have appreciated better interoperability in terms of shared model storage, instead of everybody defaulting to downloading everything all over again.
Re: RamaLama
#10I wish your app could add some model as dependency and on install would download only if such model is not avialable locally. Also would check if ollama is installed and only bootstrap if also doesn't exist on drive. Maybe with some nice interface for user to confirm download and nice onboarding.