How to Change Ollama Model Path
The simplest solution on POSIX would be to use symlink. Ollama saves the LLM models in the user folder. After moving the contents of ~/.ollama/model
to the desired location, run the following command, with the bracketed path replaced to the new location:
ln -s "[path/to/folder]" "~/.ollama/model"
Running and developing LLMs in the garage —as we used to call it— has its merits, but I think we are at a point where cloud services are likely to make a come back. One of the reviewers for Mac Studio did bring up that comparison; M3 Ultra might make LLMs more affordable, but $14k budget can go long way when it’s put to cloud services. Some even speculated M3 Ultra is more practical in closed environment, where sensitive data stay on local machines. Having said all that, if you need more storage for the local LLM machine, it might not be a bad time to reconsider the storage configurations.