You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Yang 079b2c3b03
Merge pull request #5999 from ollama/mxyng/fix-push
2 years ago
..
testdata/tools server: collect nested tool call objects when parsing (#5824) 2 years ago
auth.go fix nil deref in auth.go 2 years ago
download.go server: fix race conditions during download (#5994) 2 years ago
fixblobs.go server: replace blob prefix separator from ':' to '-' (#3146) 2 years ago
fixblobs_test.go server: replace blob prefix separator from ':' to '-' (#3146) 2 years ago
images.go server: reuse original download URL for images (#5962) 2 years ago
layer.go Merge pull request #3718 from ollama/mxyng/modelname-3 2 years ago
manifest.go remove ManifestV2 2 years ago
manifest_test.go remove ManifestV2 2 years ago
model.go Merge pull request #5512 from ollama/mxyng/detect-stop 2 years ago
model_test.go server: collect nested tool call objects when parsing (#5824) 2 years ago
modelpath.go fix: use `envconfig.ModelsDir` directly (#4821) 2 years ago
modelpath_test.go add OLLAMA_MODELS to envconfig (#5029) 2 years ago
prompt.go tools 2 years ago
prompt_test.go add chat and generate tests with mock runner 2 years ago
routes.go fix dupe err message (#5857) 2 years ago
routes_create_test.go Merge pull request #5512 from ollama/mxyng/detect-stop 2 years ago
routes_delete_test.go add chat and generate tests with mock runner 2 years ago
routes_generate_test.go Fix generate test flakyness (#5804) 2 years ago
routes_list_test.go add chat and generate tests with mock runner 2 years ago
routes_test.go server: return empty slice on empty `/api/embed` request (#5713) 2 years ago
sched.go sched: only error when over-allocating system memory (#5626) 2 years ago
sched_test.go Remove out of space test temporarily (#5825) 2 years ago
upload.go fix nil deref in auth.go 2 years ago