- 23 Mar, 2024 1 commit
-
-
jmorganca authored
-
- 21 Mar, 2024 1 commit
-
-
Bruce MacDonald authored
-
- 20 Mar, 2024 3 commits
-
-
Jeffrey Morgan authored
-
Daniel Hiltgen authored
Better tmpdir cleanup
-
Daniel Hiltgen authored
If expanding the runners fails, don't leave a corrupt/incomplete payloads dir We now write a pid file out to the tmpdir, which allows us to scan for stale tmpdirs and remove this as long as there isn't still a process running.
-
- 18 Mar, 2024 4 commits
-
-
Jeffrey Morgan authored
-
jmorganca authored
-
Michael Yang authored
remove global
-
Michael Yang authored
-
- 16 Mar, 2024 3 commits
-
-
Michael Yang authored
refactor readseeker
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 15 Mar, 2024 9 commits
-
-
Daniel Hiltgen authored
Update ollama.iss
-
Daniel Hiltgen authored
CI release process
-
Daniel Hiltgen authored
Import server.cpp to retain llava support
-
Daniel Hiltgen authored
Add Radeon gfx940-942 GPU support
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
Flesh out our github actions CI so we can build official releaes.
-
Blake Mizerany authored
This fixes some brittle, simple equality checks to use errors.Is. Since go1.13, errors.Is is the idiomatic way to check for errors. Co-authored-by:Jeffrey Morgan <jmorganca@gmail.com>
-
Blake Mizerany authored
This fixes issues with blob file names that contain ':' characters to be rejected by file systems that do not support them.
-
Daniel Hiltgen authored
-
- 14 Mar, 2024 6 commits
-
-
Blake Mizerany authored
-
Blake Mizerany authored
-
Michael Yang authored
fix: clip memory leak
-
Michael Yang authored
-
Daniel Hiltgen authored
Use stdin for term discovery on windows
-
Jeffrey Morgan authored
-
- 13 Mar, 2024 7 commits
-
-
Jeffrey Morgan authored
-
Patrick Devine authored
--------- Co-authored-by:Chris-AS1 <8493773+Chris-AS1@users.noreply.github.com>
-
Daniel Hiltgen authored
When you feed input to the cmd via a pipe it no longer reports a warning
-
Steven Lee authored
add arm64 support
-
Jeffrey Morgan authored
-
Bruce MacDonald authored
-
Daniel Hiltgen authored
Fix iGPU detection for linux
-
- 12 Mar, 2024 6 commits
-
-
Daniel Hiltgen authored
This fixes a few bugs in the new sysfs discovery logic. iGPUs are now correctly identified by their <1G VRAM reported. the sysfs IDs are off by one compared to what HIP wants due to the CPU being reported in amdgpu, but HIP only cares about GPUs.
-
Patrick Devine authored
-
Bruce MacDonald authored
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
-
Michael Yang authored
-