- 08 Aug, 2023 5 commits
-
-
Jeffrey Morgan authored
-
Michael Yang authored
automatically set num_keep if num_keep < 0
-
Bruce MacDonald authored
-
Jeffrey Morgan authored
Fixes #297 Fixes #296
-
Jeffrey Morgan authored
Fixes #295
-
- 07 Aug, 2023 15 commits
-
-
Michael Yang authored
num_keep defines how many tokens to keep in the context when truncating inputs. if left to its default value of -1, the server will calculate num_keep to be the left of the system instructions
-
Matt Williams authored
missed a backtick
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
First draft of API Docs
-
Michael Yang authored
configurable rope frequency parameters
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
cmiller01 authored
-
Michael Chiang authored
langchain JS integration
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
Co-authored-by:Jeffrey Morgan <jmorganca@gmail.com>
-
cmiller01 authored
* resolves: https://github.com/jmorganca/ollama/issues/300 and https://github.com/jmorganca/ollama/issues/282 * example usage: ``` ollama serve --port 9999 --allowed-origins "http://foo.example.com,http://192.0.0.1" ```
-
- 05 Aug, 2023 4 commits
-
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
Co-authored-by:Michael Yang <mxyng@pm.me>
-
Matt Williams authored
Co-authored-by:Michael Yang <mxyng@pm.me>
-
Matt Williams authored
Co-authored-by:Michael Yang <mxyng@pm.me>
-
- 04 Aug, 2023 9 commits
-
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Bruce MacDonald authored
Ollama now supports Intel Macs
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Michael Yang authored
-
- 03 Aug, 2023 7 commits
-
-
Jeffrey Morgan authored
-
Michael Yang authored
use a pipe to push to registry with progress
-
Michael Yang authored
update llama.cpp
-
Michael Yang authored
-
Michael Yang authored
switch to a monolithic upload instead of a chunk upload through a pipe to report progress
-
Michael Chiang authored
Update README.md
-
Michael Chiang authored
-