ollama/server
Blake Mizerany 95af97b9f3 server: try github.com/minio/sha256-simd
This is an experimental change to see if sha256-simd is faster than the
standard library's sha256 implementation.  It is not yet clear if this
will be a net win, but it is worth trying.
2024-05-31 00:51:20 -07:00
..
auth.go server: try github.com/minio/sha256-simd 2024-05-31 00:51:20 -07:00
download.go Fix download retry issue 2024-05-24 20:30:42 +02: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 server: try github.com/minio/sha256-simd 2024-05-31 00:51:20 -07:00
layer.go server: try github.com/minio/sha256-simd 2024-05-31 00:51:20 -07:00
manifest.go server: try github.com/minio/sha256-simd 2024-05-31 00:51:20 -07:00
manifest_test.go update tests 2024-05-14 14:56:31 -07:00
model.go tidy intermediate blobs 2024-05-20 15:15:06 -07:00
modelpath.go prune partial downloads (#4272) 2024-05-09 16:35:20 -07:00
modelpath_test.go validate the format of the digest when getting the model path (#4175) 2024-05-05 11:46:12 -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 Merge pull request #4413 from ollama/mxyng/name-check 2024-05-29 12:06:58 -07:00
routes_create_test.go update tests 2024-05-14 14:56:31 -07:00
routes_delete_test.go update tests 2024-05-14 14:56:31 -07:00
routes_list_test.go update tests 2024-05-14 14:56:31 -07:00
routes_test.go Merge pull request #4413 from ollama/mxyng/name-check 2024-05-29 12:06:58 -07:00
sched.go Move envconfig and consolidate env vars (#4608) 2024-05-24 14:57:15 -07:00
sched_test.go Move envconfig and consolidate env vars (#4608) 2024-05-24 14:57:15 -07:00
upload.go change `github.com/jmorganca/ollama` to `github.com/ollama/ollama` (#3347) 2024-03-26 13:04:17 -07:00