- 04 Jun, 2024 1 commit
-
-
Shubham authored
* add embed model command and fix question invoke * Update docs/tutorials/langchainpy.md Co-authored-by:
Kim Hallberg <hallberg.kim@gmail.com> * Update docs/tutorials/langchainpy.md --------- Co-authored-by:
Kim Hallberg <hallberg.kim@gmail.com> Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com>
-
- 02 Jun, 2024 2 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
* fix oneapi errors on windows 10
-
- 01 Jun, 2024 1 commit
-
-
Michael Yang authored
* Revert "use `int32_t` for call to tokenize (#4738)" This reverts commit 763bb65d. * Revert "vocab only" This reverts commit bf54c845. * Revert "use ffi for tokenizing/detokenizing" This reverts commit 26a00a04.
-
- 31 May, 2024 6 commits
-
-
Josh authored
added IsValidNamespace function
-
Josh Yan authored
-
Jeffrey Morgan authored
* use `int32_t` for call to tokenize * variable naming * cleanup * fix crash
-
Jeffrey Morgan authored
-
Michael Yang authored
vocab only for tokenize
-
Michael Yang authored
only generate on relevant changes
-
- 30 May, 2024 11 commits
-
-
Jeffrey Morgan authored
* partial offloading: allow flash attention and disable mmap * allow mmap with num_gpu=0
-
Michael Yang authored
-
Michael Yang authored
-
Josh Yan authored
-
Josh authored
fixed japanese characters deleted at end of line
-
Jeffrey Morgan authored
* update llama.cpp submodule to `5921b8f089d3b7bda86aac5a66825df6a6c10603` * add patch
-
Josh Yan authored
-
Daniel Hiltgen authored
Add isolated gpu test to troubleshooting
-
Josh Yan authored
-
Josh Yan authored
-
Lei Jitang authored
* envconfig/config.go: Fix wrong description of OLLAMA_LLM_LIBRARY Signed-off-by:
Lei Jitang <leijitang@outlook.com> * serve: Add more env to help message of ollama serve Add more enviroment variables to `ollama serve --help` to let users know what can be configurated. Signed-off-by:
Lei Jitang <leijitang@outlook.com> --------- Signed-off-by:
Lei Jitang <leijitang@outlook.com>
-
- 29 May, 2024 6 commits
-
-
Michael Yang authored
check if name exists before create/pull/copy
-
Michael Yang authored
update delete handler to use model.Name
-
Michael Yang authored
use tokenize/detokenize
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
- 28 May, 2024 12 commits
-
-
Daniel Hiltgen authored
Enabling ollama to run on Intel GPUs with SYCL backend
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Josh authored
* integrated runewidth for display management - fixed cursor movement for mutli-width char * updated input and deletion of multi-byte chars * fixed line history with some exceptions * improved insert and add * fixed issues with moving across lines * end of line extra space tracking' * saved changes * fixed end of line issues with empty spaces * worked some more * worked on end of line * fixed failed test * fixed minor inserting bug * fixed movement hotkeys * adjusted hotkeys * removed comments * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * Update readline/buffer.go Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com> * deleted comments and duplicate code * removed duplicate code * added comments, refactored add function to use addChar * added helper to retrieve lineSpacing, renamed lineFlags for clarity * fixed remove() --------- Co-authored-by:
Bruce MacDonald <brucewmacdonald@gmail.com>
-
Jeffrey Morgan authored
-
Daniel Hiltgen authored
Give the final model loading more time
-
Daniel Hiltgen authored
On some systems, 1 minute isn't sufficient to finish the load after it hits 100% This creates 2 distinct timers, although they're both set to the same value for now so we can refine the timeouts further.
-
Tai authored
* Add OllamaSpring Project to Readme * Update README.md --------- Co-authored-by:Jeffrey Morgan <jmorganca@gmail.com>
-
Orfeo Ciano authored
* Adds olpaka flutter client * Update README.md --------- Co-authored-by:Jeffrey Morgan <jmorganca@gmail.com>
-
Lei Jitang authored
Signed-off-by:Lei Jitang <leijitang@outlook.com>
-
Rayan Mostovoi authored
small fix on examples/python-simplechat/client.py to actually get a streamed response and get tokens printed as we receive it (#4671)
-
- 26 May, 2024 1 commit
-
-
Jeffrey Morgan authored
Ensure `nvidia` and `nvidia_uvm` kernel modules are loaded in `install.sh` script and at startup (#4652) * ensure kernel modules are loaded in `install.sh` script and at startup * indentation * use `SUDO` variable * restart if nouveau is detected * consistent success message for AMD
-