ollama/server
Bruce MacDonald fe6f3b48f7
do not reload the running llm when runtime params change (#840)
- only reload the running llm if the model has changed, or the options for loading the running model have changed
- rename loaded llm to runner to differentiate from loaded model image
- remove logic which keeps the first system prompt in the generation context
2023-10-19 10:39:58 -04:00
..
auth.go fix mkdir on windows 2023-09-19 09:41:13 -07:00
download.go fix download 2023-10-12 12:52:43 -07:00
images.go do not reload the running llm when runtime params change (#840) 2023-10-19 10:39:58 -04:00
images_test.go deprecate modelfile embed command (#759) 2023-10-16 11:07:37 -04:00
modelpath.go create the blobs directory correctly (#508) 2023-09-11 14:54:52 -07:00
modelpath_test.go use int64 consistently 2023-09-28 11:07:24 -07:00
routes.go do not reload the running llm when runtime params change (#840) 2023-10-19 10:39:58 -04:00
upload.go parallel chunked downloads 2023-10-06 12:56:43 -07:00