- 18 Apr, 2024 5 commits
-
-
Daniel Hiltgen authored
update jetson tutorial
-
Blake Mizerany authored
This also converges the old sep `:` to the new sep `-`.
-
Jeffrey Morgan authored
-
Michael authored
add llama3 to readme
-
Jeremy authored
-
- 17 Apr, 2024 16 commits
-
-
Michael Yang authored
add stablelm graph calculation
-
Michael Yang authored
fix padding to only return padding
-
Michael Yang authored
types/model: support : in PartHost for host:port
-
Michael Yang authored
-
Michael Yang authored
-
Jeremy authored
-
Jeremy authored
-
jmorganca authored
-
jmorganca authored
-
jmorganca authored
-
jmorganca authored
-
jmorganca authored
-
Michael Yang authored
account for all non-repeating layers
-
Michael Yang authored
-
Michael authored
-
Blake Mizerany authored
Also, add test for DisplayLongest. Also, plumb fill param to ParseName in MustParseName
-
- 16 Apr, 2024 9 commits
-
-
Michael Yang authored
-
Michael Yang authored
scale graph based on gpu count
-
Michael Yang authored
-
Jeffrey Morgan authored
* parse wide argv characters on windows * cleanup * move cleanup to end of `main`
-
Michael Yang authored
darwin: no partial offloading if required memory greater than system
-
Michael Yang authored
-
Jeffrey Morgan authored
-
Michael Yang authored
-
Michael Yang authored
TODO: update padding() to _only_ returning the padding
-
- 15 Apr, 2024 8 commits
-
-
Blake Mizerany authored
This reverts commit 7d05a6ee. This proved to be more painful than useful. See: https://github.com/ollama/ollama/issues/3624
-
Sung Kim authored
Added just one line | Solar | 10.7B | 6.1GB | `ollama run solar` |
-
Carlos Gamez authored
Changed ollama.call() for ollama.invoke() as per deprecated documentation from langchain
-
Chandre Van Der Westhuizen authored
* Added MindsDB information Added more details to MindsDB so that Ollama users can know that they can connect their Ollama model with 200+ databases and apps * updated text for mindsdb
-
Eli Bendersky authored
* examples: go-multimodal * examples: add go-pull-progress * examples: add go-chat * fix
-
Jeffrey Morgan authored
Remove Modelfile parameters that are decided at runtime
-
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 1 commit
-
-
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
-