- 12 Jan, 2024 1 commit
-
-
Michael Yang authored
this fixes a subtle bug with makeRequestWithRetry where an HTTP status error on a retried request will potentially not return the right err
-
- 09 Jan, 2024 1 commit
-
-
Michael Yang authored
-
- 08 Jan, 2024 1 commit
-
-
Bruce MacDonald authored
-
- 04 Jan, 2024 1 commit
-
-
Bruce MacDonald authored
-
- 22 Dec, 2023 1 commit
-
-
Bruce MacDonald authored
-
- 19 Dec, 2023 2 commits
-
-
Bruce MacDonald authored
-
Bruce MacDonald authored
- remove ggml runner - automatically pull gguf models when ggml detected - tell users to update to gguf in the case automatic pull fails Co-Authored-By:Jeffrey Morgan <jmorganca@gmail.com>
-
- 12 Dec, 2023 2 commits
-
-
Patrick Devine authored
-
Jeffrey Morgan authored
-
- 11 Dec, 2023 1 commit
-
-
Patrick Devine authored
--------- Co-authored-by:Matt Apperson <mattapperson@Matts-MacBook-Pro.local>
-
- 09 Dec, 2023 1 commit
-
-
Jeffrey Morgan authored
-
- 08 Dec, 2023 2 commits
-
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
- 05 Dec, 2023 8 commits
-
-
Bruce MacDonald authored
-
Michael Yang authored
-
Michael Yang authored
-
Bruce MacDonald authored
-
Jeffrey Morgan authored
This reverts commit 7a0899d6.
-
Michael Yang authored
-
Michael Yang authored
previous layer creation was not ideal because: 1. it required reading the input file multiple times, once to calculate the sha256 checksum, another to write it to disk, and potentially one more to decode the underlying gguf 2. used io.ReadSeeker which is prone to user error. if the file isn't reset correctly or in the right place, it could end up reading an empty file there are also some brittleness when reading existing layers else writing the inherited layers will error reading an already closed file this commit aims to fix these issues by restructuring layer creation. 1. it will now write the layer to a temporary file as well as the hash function and move it to the final location on Commit 2. layers are read once once when copied to the destination. exception is raw model files which still requires a second read to decode the model metadata
-
Michael Yang authored
-
- 04 Dec, 2023 1 commit
-
-
Bruce MacDonald authored
- update chat docs - add messages chat endpoint - remove deprecated context and template generate parameters from docs - context and template are still supported for the time being and will continue to work as expected - add partial response to chat history
-
- 01 Dec, 2023 1 commit
-
-
Joshua Pham authored
-
- 29 Nov, 2023 1 commit
-
-
Patrick Devine authored
-
- 21 Nov, 2023 1 commit
-
-
Bruce MacDonald authored
-
- 19 Nov, 2023 2 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 17 Nov, 2023 1 commit
-
-
Bruce MacDonald authored
-
- 16 Nov, 2023 1 commit
-
-
Bruce MacDonald authored
Co-authored-by:Jeffrey Morgan <jmorganca@gmail.com>
-
- 15 Nov, 2023 4 commits
-
-
Michael Yang authored
Co-authored-by:Bruce MacDonald <brucewmacdonald@gmail.com>
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
- 10 Nov, 2023 2 commits
-
-
Daniel Reis authored
-
Daniel Reis authored
-
- 09 Nov, 2023 2 commits
-
-
Daniel Reis authored
-
Daniel Reis authored
-
- 04 Nov, 2023 1 commit
-
-
Jeffrey Morgan authored
-
- 03 Nov, 2023 2 commits
-
-
Jeffrey Morgan authored
-
Bruce MacDonald authored
-