Kim Hallberg
Kim Hallberg
Duplicate of https://github.com/ollama/ollama/issues/3910.
Not supported in llama.cpp yet, there's an issue for it, https://github.com/ggerganov/llama.cpp/issues/6868, labeled as a good first issue, if someone with C++ and Python experience wants to tackle it. 👍
> As far as i see ollama does not depend on llama.cpp Ollama makes heavy use of llama.ccp, it's the backend Ollama uses. When you start Ollama, it starts a...
Update on the OpenELM support, a draft PR has been opened https://github.com/ggerganov/llama.cpp/pull/6986, and @joshcarp is looking for anyone to help out. I'm certain it would be appreciated if anyone who...
That model cannot be added currently, llama.cpp doesn't support Qwen-VL https://github.com/ggerganov/llama.cpp/issues/5331, and there doesn't seem to be much traction on getting it supported either.
> Hey there 👋 Thanks for the PR. I noticed you missed a few files in PHP: > > * object_detection > > * generate_giphy_gif > > * convert-phone-number-to-country-name I...
> updating docker runtimes to `v2` we only need to change the commands provided in the READMEs That's my assumption yes, @Meldiron could confirm. Since it's the `v2` image tags...
Found another issue, this time in the `example.js` for the [Implementing fetch](https://deno.com/blog/roll-your-own-javascript-runtime-pt2#implementing-fetch) section. `content` results in a reference error since it's missing the variable declaration. It's added later in the...
I'm not sure about Rerankers but Ollama started supporting text embeddings as of [0.1.26](https://github.com/ollama/ollama/releases/tag/v0.1.26) and even released a blog post about [Embedding models](https://ollama.com/blog/embedding-models). Here's a short list of some currently...
`bge-large-zh-v1.5` has been added by the community: [dztech/bge-large-zh](https://ollama.com/dztech/bge-large-zh), as well as `gte-large`: [milkey/gte](https://ollama.com/milkey/gte). `bce-embedding-base` cannot be added yet since llama.cpp doesn't support the `xlm-roberta` architecture.