"src/runtime/README.md" did not exist on "61fa3c6cf5441e6dd34e3d51e5f519308e5a1baf"
- 14 Jul, 2024 1 commit
-
-
Patrick Devine authored
-
- 02 Jul, 2024 1 commit
-
-
royjhan authored
* OpenAI v1 models * Refactor Writers * Add Test Co-Authored-By: Attila Kerekes * Credit Co-Author Co-Authored-By:
Attila Kerekes <439392+keriati@users.noreply.github.com> * Empty List Testing * Use Namespace for Ownedby * Update Test * Add back envconfig * v1/models docs * Use ModelName Parser * Test Names * Remove Docs * Clean Up * Test name Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com> * Add Middleware for Chat and List * Testing Cleanup * Test with Fatal * Add functionality to chat test * OpenAI: /v1/models/{model} compatibility (#5028) * Retrieve Model * OpenAI Delete Model * Retrieve Middleware * Remove Delete from Branch * Update Test * Middleware Test File * Function name * Cleanup * Test Update * Test Update --------- Co-authored-by:
Attila Kerekes <439392+keriati@users.noreply.github.com> Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com>
-
- 01 Jul, 2024 1 commit
-
-
Daniel Hiltgen authored
This uses nil as undefined for a cleaner implementation.
-
- 21 Jun, 2024 1 commit
-
-
Daniel Hiltgen authored
Add the new tristate parsing logic for the code path for modelfiles, as well as a unit test.
-
- 19 Jun, 2024 1 commit
-
-
royjhan authored
* API Show Extended * Initial Draft of Information Co-Authored-By:
Patrick Devine <pdevine@sonic.net> * Clean Up * Descriptive arg error messages and other fixes * Second Draft of Show with Projectors Included * Remove Chat Template * Touches * Prevent wrapping from files * Verbose functionality * Docs * Address Feedback * Lint * Resolve Conflicts * Function Name * Tests for api/show model info * Show Test File * Add Projector Test * Clean routes * Projector Check * Move Show Test * Touches * Doc update --------- Co-authored-by:
Patrick Devine <pdevine@sonic.net>
-
- 17 Jun, 2024 1 commit
-
-
Daniel Hiltgen authored
On Windows, recent llama.cpp changes make mmap slower in most cases, so default to off. This also implements a tri-state for use_mmap so we can detect the difference between a user provided value of true/false, or unspecified.
-
- 16 Jun, 2024 1 commit
-
-
royjhan authored
* Add Mod Time to Show * Error Handling
-
- 12 Jun, 2024 1 commit
-
-
Patrick Devine authored
-
- 06 Jun, 2024 1 commit
-
-
royjhan authored
* Remove false time fields * Struct Separation for List and Process * Remove Marshaler
-
- 04 Jun, 2024 2 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
- 14 May, 2024 1 commit
-
-
Patrick Devine authored
-
- 10 May, 2024 1 commit
-
-
Jeffrey Morgan authored
* rename `--quantization` to `--quantize` * backwards * Update api/types.go Co-authored-by:
Michael Yang <mxyng@pm.me> --------- Co-authored-by:
Michael Yang <mxyng@pm.me>
-
- 09 May, 2024 3 commits
-
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Jeffrey Morgan authored
-
- 07 May, 2024 1 commit
-
-
Eli Bendersky authored
* api: fill up API documentation Followup for #2878 Now that the documentation is more complete, mention it in the README. Updates #2840 * fix typo/lint * Update README.md Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com> --------- Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com>
-
- 06 May, 2024 1 commit
-
-
Jackie Li authored
--------- Co-authored-by:Patrick Devine <patrick@infrahq.com>
-
- 29 Apr, 2024 1 commit
-
-
Patrick Devine authored
-
- 25 Apr, 2024 1 commit
-
-
Jeffrey Morgan authored
* llm: limit generation to 10x context size to avoid run on generations * add comment * simplify condition statement
-
- 23 Apr, 2024 1 commit
-
-
Daniel Hiltgen authored
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.
-
- 21 Apr, 2024 1 commit
-
-
Cheng authored
-
- 10 Apr, 2024 1 commit
-
-
Eli Bendersky authored
* api: start adding documentation to package api Updates #2840 * Fix lint typo report
-
- 09 Apr, 2024 1 commit
-
-
Michael Yang authored
-
- 08 Apr, 2024 2 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
- 06 Apr, 2024 1 commit
-
-
Michael Yang authored
-
- 26 Mar, 2024 1 commit
-
-
Patrick Devine authored
-
- 13 Mar, 2024 1 commit
-
-
Patrick Devine authored
--------- Co-authored-by:Chris-AS1 <8493773+Chris-AS1@users.noreply.github.com>
-
- 01 Mar, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 25 Feb, 2024 1 commit
-
-
Ikko Eltociear Ashimine authored
specfied -> specified
-
- 20 Feb, 2024 1 commit
-
-
Michael Yang authored
default client already handles proxy
-
- 13 Feb, 2024 1 commit
-
-
bnorick authored
-
- 26 Jan, 2024 1 commit
-
-
Patrick Devine authored
-
- 25 Jan, 2024 1 commit
-
-
Patrick Devine authored
-
- 18 Jan, 2024 2 commits
-
-
Michael Yang authored
-
Michael Yang authored
prefer using req.Model and fallback to req.Name
-
- 11 Jan, 2024 1 commit
-
-
Michael Yang authored
-
- 05 Jan, 2024 1 commit
-
-
Patrick Devine authored
-
- 04 Jan, 2024 1 commit
-
-
Brian Murray authored
-