Jump to content

Talk:Ollama

From ArchWiki
Latest comment: 3 August by Yxz in topic Where are the LLM stored?

Where are the LLM stored?

When Ollama is installed and being used, you can download an LLM but where is the LLM stored? Colper (talk) 14:19, 1 May 2025 (UTC)Reply

They're stored in /usr/share/ollama/.ollama/models, and the location can be changed with the environment variable OLLAMA_MODELS (e.g. by adding the environment variable to the service unit). See this: https://github.com/ollama/ollama/blob/main/docs/faq.md#where-are-models-stored Sindastra (talk) 14:48, 1 May 2025 (UTC)Reply
Sindastra just posted a wrong answer.
If you are activating the system-wide service unit shipped with the package, then the Ollama data is stored under:
# tree /var/lib/ollama SH3NG1UN (talk) 11:06, 6 May 2025 (UTC)Reply
They are stored under /var/lib/ollama, but in the current latest 0.10.1-1 ollama, there is a symlink from /usr/share/ollama to /var/lib/ollama. Yxz (talk) 10:09, 3 August 2025 (UTC)Reply

failed to listen: listen tcp :11435: bind: address already in use

seems to be a popular question with lots of different answers - which is the recommended remedy, if e.g. https://github.com/bernardo-bruning/ollama-copilot is to be run? Thanks! Ng0177 (talk) 06:29, 18 July 2025 (UTC)Reply

You need to either configure a different port for ollama or find out what is using the port and change its configuration instead. — Lahwaacz (talk) 11:14, 19 July 2025 (UTC)Reply