- 03 Nov, 2023 2 commits
-
-
Jeffrey Morgan authored
-
Bruce MacDonald authored
-
- 02 Nov, 2023 4 commits
-
-
Jeffrey Morgan authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
- 28 Oct, 2023 1 commit
-
-
Michael Yang authored
-
- 27 Oct, 2023 1 commit
-
-
Bruce MacDonald authored
* allow for a configurable ollama models directory - set OLLAMA_MODELS in the environment that ollama is running in to change where model files are stored - update docs Co-Authored-By:
Jeffrey Morgan <jmorganca@gmail.com> Co-Authored-By:
Jay Nakrani <dhananjaynakrani@gmail.com> Co-Authored-By:
Akhil Acharya <akhilcacharya@gmail.com> Co-Authored-By:
Sasha Devol <sasha.devol@protonmail.com>
-
- 19 Oct, 2023 2 commits
-
-
Michael Yang authored
unused after removing EMBED
-
Bruce MacDonald authored
- only reload the running llm if the model has changed, or the options for loading the running model have changed - rename loaded llm to runner to differentiate from loaded model image - remove logic which keeps the first system prompt in the generation context
-
- 18 Oct, 2023 2 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
- 17 Oct, 2023 2 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
- 16 Oct, 2023 1 commit
-
-
Bruce MacDonald authored
-
- 09 Oct, 2023 1 commit
-
-
Michael Yang authored
-
- 06 Oct, 2023 2 commits
-
-
Bruce MacDonald authored
-
Michael Yang authored
-
- 05 Oct, 2023 1 commit
-
-
Bruce MacDonald authored
-
- 28 Sep, 2023 1 commit
-
-
Michael Yang authored
-
- 27 Sep, 2023 1 commit
-
-
Michael Yang authored
-
- 21 Sep, 2023 1 commit
-
-
Bruce MacDonald authored
* remove tmp directories created by previous servers * clean up on server stop * Update routes.go * Update server/routes.go Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com> * create top-level temp ollama dir * check file exists before creating --------- Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com> Co-authored-by:
Michael Yang <mxyng@pm.me>
-
- 20 Sep, 2023 1 commit
-
-
Michael Yang authored
-
- 19 Sep, 2023 2 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
- 18 Sep, 2023 1 commit
-
-
Patrick Devine authored
-
- 14 Sep, 2023 1 commit
-
-
Michael Yang authored
This informs the HTTP client the content length is known and disables chunked Transfer-Encoding
-
- 13 Sep, 2023 1 commit
-
-
Michael Yang authored
-
- 12 Sep, 2023 2 commits
-
-
Michael Yang authored
-
Michael Yang authored
get model and file type from bin file
-
- 11 Sep, 2023 1 commit
-
-
Patrick Devine authored
-
- 09 Sep, 2023 1 commit
-
-
Jeffrey Morgan authored
-
- 08 Sep, 2023 1 commit
-
-
Michael Yang authored
-
- 07 Sep, 2023 2 commits
-
-
Michael Yang authored
-
Bruce MacDonald authored
-
- 06 Sep, 2023 1 commit
-
-
Patrick Devine authored
-
- 05 Sep, 2023 2 commits
-
-
Michael Yang authored
parameters are not inherited because they are processed differently from other layer. fix this by explicitly merging the inherited params into the new params. parameter values defined in the new modelfile will override those defined in the inherited modelfile. array lists are replaced instead of appended
-
Michael Yang authored
-
- 01 Sep, 2023 1 commit
-
-
Quinn Slack authored
The `html/template` package automatically HTML-escapes interpolated strings in templates. This behavior is undesirable because it causes prompts like `<h1>hello` to be escaped to `<h1>hello` before being passed to the LLM. The included test case passes, but before the code change, it failed: ``` --- FAIL: TestModelPrompt images_test.go:21: got "a<h1>b", want "a<h1>b" ```
-
- 31 Aug, 2023 1 commit
-
-
Michael Yang authored
-