- 15 Apr, 2024 2 commits
-
-
Patrick Devine authored
-
Jeffrey Morgan authored
* terminate subprocess if receiving `SIGINT` or `SIGTERM` signals while model is loading * use `unload` in signal handler
-
- 14 Apr, 2024 1 commit
-
-
Jeffrey Morgan authored
* app: gracefully shut down `ollama serve` on windows * fix linter errors * bring back `HideWindow` * remove creation flags * restore `windows.CREATE_NEW_PROCESS_GROUP`
-
- 13 Apr, 2024 2 commits
-
-
Blake Mizerany authored
This commit adds path helpers for working with Names in URL and file paths. The new helpers are ParseNameFromPath, ParseNameFromFilePath, Name.Path, and Name.FilePath. This commit also adds Name.DisplayLongest, and Name.DisplayLong. Also, be it updates a place where strings.StripPrefix is more consistent with the surrounding code. Also, replace Parts with specific methods
-
Jeffrey Morgan authored
-
- 12 Apr, 2024 1 commit
-
-
Blake Mizerany authored
Also, fix http stripping bug. Also, improve upon docs about fills and masks.
-
- 11 Apr, 2024 7 commits
-
-
Blake Mizerany authored
-
Daniel Hiltgen authored
Fix rocm deps with new subprocess paths
-
Daniel Hiltgen authored
-
Michael Yang authored
-
Michael Yang authored
-
Blake Mizerany authored
This reverts commit 42f2cc40.
-
Blake Mizerany authored
-
- 10 Apr, 2024 11 commits
-
-
Blake Mizerany authored
-
Blake Mizerany authored
-
Blake Mizerany authored
-
Blake Mizerany authored
This is a quick fix to help users who are stuck on the "pull" step at 99%. In the near future we're introducing a new registry client that should/will hopefully be smarter. In the meantime, this should unblock the users hitting issue #1736.
-
Michael Yang authored
refactor tensor query
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
fix ci
-
Michael Yang authored
-
Eli Bendersky authored
* api: start adding documentation to package api Updates #2840 * Fix lint typo report
-
Eli Bendersky authored
We can have the same examples as e.g. https://github.com/ollama/ollama-python/tree/main/examples here. Using consistent naming and renaming the existing example to have -http- since it uses direct HTTP requests rather than api/ Updates #2840
-
- 09 Apr, 2024 11 commits
-
-
Daniel Hiltgen authored
Handle very slow model loads
-
Michael Yang authored
fix: rope
-
Daniel Hiltgen authored
During testing, we're seeing some models take over 3 minutes.
-
Michael Yang authored
-
Blake Mizerany authored
-
Blake Mizerany authored
This commit introduces a more friendly way to build Ollama dependencies and the binary without abusing `go generate` and removing the unnecessary extra steps it brings with it. This script also provides nicer feedback to the user about what is happening during the build process. At the end, it prints a helpful message to the user about what to do next (e.g. run the new local Ollama).
-
Michael Yang authored
cgo quantize
-
Jeffrey Morgan authored
-
Michael Yang authored
ci: use go-version-file
-
Michael Yang authored
-
Alex Mavrogiannis authored
-
- 08 Apr, 2024 3 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
writinwaters authored
RAGFlow now supports integration with Ollama.
-
- 07 Apr, 2024 1 commit
-
-
Jeffrey Morgan authored
update generate scripts with new `LLAMA_CUDA` variable, set `HIP_PLATFORM` to avoid compiler errors (#3528)
-
- 06 Apr, 2024 1 commit
-
-
Thomas Vitale authored
Fixes gh-3514 Signed-off-by:Thomas Vitale <ThomasVitale@users.noreply.github.com>
-