ollama/server
Michael Yang c16f8af911 fix: multiple templates when creating from model
multiple templates may appear in a model if a model is created from
another model that 1) has an autodetected template and 2) defines a
custom template
2024-06-12 13:35:49 -07:00
..
auth.go Revert "use post token" 2024-05-11 22:19:14 -07:00
download.go server: skip blob verification for already verified blobs 2024-06-05 16:39:11 -07:00
fixblobs.go server: replace blob prefix separator from ':' to '-' (#3146) 2024-03-14 20:18:06 -07:00
fixblobs_test.go server: replace blob prefix separator from ':' to '-' (#3146) 2024-03-14 20:18:06 -07:00
images.go fix: multiple templates when creating from model 2024-06-12 13:35:49 -07:00
layer.go Merge pull request #3718 from ollama/mxyng/modelname-3 2024-05-29 12:02:07 -07:00
manifest.go fix: skip removing layers that no longer exist 2024-06-10 11:32:19 -07:00
manifest_test.go update tests 2024-05-14 14:56:31 -07:00
model.go fix: multiple templates when creating from model 2024-06-12 13:35:49 -07:00
modelpath.go prune partial downloads (#4272) 2024-05-09 16:35:20 -07:00
modelpath_test.go lint 2024-06-04 11:13:30 -07:00
prompt.go change github.com/jmorganca/ollama to github.com/ollama/ollama (#3347) 2024-03-26 13:04:17 -07:00
prompt_test.go change github.com/jmorganca/ollama to github.com/ollama/ollama (#3347) 2024-03-26 13:04:17 -07:00
routes.go API app/browser access (#4879) 2024-06-06 15:19:03 -07:00
routes_create_test.go fix: multiple templates when creating from model 2024-06-12 13:35:49 -07:00
routes_delete_test.go add test 2024-06-10 11:32:15 -07:00
routes_list_test.go fix create model when template detection errors 2024-06-07 10:51:35 -07:00
routes_test.go fix create model when template detection errors 2024-06-07 10:51:35 -07:00
sched.go lint 2024-06-04 11:13:30 -07:00
sched_test.go lint 2024-06-04 11:13:30 -07:00
upload.go lint 2024-06-04 11:13:30 -07:00