ollama/server
Bruce MacDonald 4cba75efc5
remove tmp directories created by previous servers (#559)
* remove tmp directories created by previous servers

* clean up on server stop

* Update routes.go

* Update server/routes.go

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>

* create top-level temp ollama dir

* check file exists before creating

---------

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
Co-authored-by: Michael Yang <mxyng@pm.me>
2023-09-21 20:38:49 +01:00
..
auth.go fix mkdir on windows 2023-09-19 09:41:13 -07:00
download.go fix mkdir on windows 2023-09-19 09:41:13 -07:00
images.go remove tmp directories created by previous servers (#559) 2023-09-21 20:38:49 +01:00
images_test.go do not HTML-escape prompt 2023-09-01 17:16:38 -05:00
modelpath.go create the blobs directory correctly (#508) 2023-09-11 14:54:52 -07:00
modelpath_test.go fix FROM instruction erroring when referring to a file 2023-08-22 09:39:42 -07:00
routes.go remove tmp directories created by previous servers (#559) 2023-09-21 20:38:49 +01:00
upload.go pick chunksize based on location 2023-09-20 11:10:24 -07:00