ollama/server
Bruce MacDonald 5c3491f425
allow for a configurable ollama model storage directory (#897)
* allow for a configurable ollama models directory

- set OLLAMA_MODELS in the environment that ollama is running in to change where model files are stored
- update docs

Co-Authored-By: Jeffrey Morgan <jmorganca@gmail.com>
Co-Authored-By: Jay Nakrani <dhananjaynakrani@gmail.com>
Co-Authored-By: Akhil Acharya <akhilcacharya@gmail.com>
Co-Authored-By: Sasha Devol <sasha.devol@protonmail.com>
2023-10-27 10:19:59 -04:00
..
auth.go fix: nil pointer dereference 2023-10-20 16:55:24 -07:00
download.go fix(download): no retry when out of space 2023-10-26 11:34:07 -07:00
images.go allow for a configurable ollama model storage directory (#897) 2023-10-27 10:19:59 -04:00
images_test.go deprecate modelfile embed command (#759) 2023-10-16 11:07:37 -04:00
modelpath.go allow for a configurable ollama model storage directory (#897) 2023-10-27 10:19:59 -04:00
modelpath_test.go use int64 consistently 2023-09-28 11:07:24 -07:00
routes.go update runtime options (#864) 2023-10-20 21:17:14 -04:00
upload.go parallel chunked downloads 2023-10-06 12:56:43 -07:00