ollama/api
Daniel Hiltgen 34b9db5afc Request and model concurrency
This change adds support for multiple concurrent requests, as well as
loading multiple models by spawning multiple runners. The default
settings are currently set at 1 concurrent request per model and only 1
loaded model at a time, but these can be adjusted by setting
OLLAMA_NUM_PARALLEL and OLLAMA_MAX_LOADED_MODELS.
2024-04-22 19:29:12 -07:00
..
client.go Request and model concurrency 2024-04-22 19:29:12 -07:00
client_test.go client: fix trailing slash 2023-10-26 11:09:38 -07:00
types.go chore: use errors.New to replace fmt.Errorf will much better (#3789) 2024-04-20 22:11:06 -04:00
types_test.go Default Keep Alive environment variable (#3094) 2024-03-13 13:29:40 -07:00