- 01 May, 2024 8 commits
-
-
Mark Ward authored
-
Mark Ward authored
-
Mark Ward authored
log when the waiting for the process to stop to help debug when other tasks execute during this wait. expire timer clear the timer reference because it will not be reused. close will clean up expireTimer if calling code has not already done this.
-
Mark Ward authored
-
Mark Ward authored
fix runner expire during active use. Clearing the expire timer as it is used. Allowing the finish to assign an expire timer so that the runner will expire after no use.
-
Mark Ward authored
-
Arpit Jain authored
Co-authored-by:Blake Mizerany <blake.mizerany@gmail.com>
-
Jeffrey Morgan authored
-
- 30 Apr, 2024 9 commits
-
-
Blake Mizerany authored
-
jmorganca authored
-
jmorganca authored
-
Jeffrey Morgan authored
-
Michael authored
-
Blake Mizerany authored
-
Bruce MacDonald authored
- return descriptive error messages when unauthorized to create blob or push a model - display the local public key associated with the request that was denied
-
Christian Frantzen authored
Updated the code a bit
-
Daniel Hiltgen authored
* Bump llama.cpp to b2761 * Adjust types for bump
-
- 29 Apr, 2024 7 commits
-
-
Patrick Devine authored
-
Daniel Hiltgen authored
Fix relative path lookup
-
Daniel Hiltgen authored
-
Jeffrey Morgan authored
* app: restart server on failure * fix linter * address comments * refactor log directory creation to be where logs are written * check all log dir creation errors
-
Jeffrey Morgan authored
-
Blake Mizerany authored
-
Jeffrey Morgan authored
-
- 28 Apr, 2024 6 commits
-
-
Daniel Hiltgen authored
Add support for building on Windows ARM64
-
Daniel Hiltgen authored
Fix concurrency for CPU mode
-
Daniel Hiltgen authored
Prior refactoring passes accidentally removed the logic to bypass VRAM checks for CPU loads. This adds that back, along with test coverage. This also fixes loaded map access in the unit test to be behind the mutex which was likely the cause of various flakes in the tests.
-
Blake Mizerany authored
-
Jeffrey Morgan authored
-
Blake Mizerany authored
-
- 27 Apr, 2024 7 commits
-
-
Blake Mizerany authored
-
Hernan Martinez authored
-
Hernan Martinez authored
-
Hernan Martinez authored
-
Hernan Martinez authored
-
Hernan Martinez authored
-
Blake Mizerany authored
The Digest type needs more thought and is not necessary at the moment.
-
- 26 Apr, 2024 3 commits
-
-
Jeffrey Morgan authored
-
Daniel Hiltgen authored
Fine grain control over windows generate steps
-
Daniel Hiltgen authored
This will speed up CI which already tries to only build static for unit tests
-