You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I runned out of space in my home directory so I moved to a second HHDD the Ollama config folder as describe in Setting Environment Variables on Linux, but whe I executed ./mvnw quarkus:dev or quarkus dev it created again ~.ollama folder again.
So:
I forked and made the changes to make it work.
Steps:
declare in your .bashrc or .zshrc: export OLLAMA_MODELS=/newPathTo/ollama
move ~.ollama/* to /newPathTo/ollama/ or just remove the current directory