- 15 Mar, 2024 5 commits
-
-
Daniel Hiltgen authored
Add Radeon gfx940-942 GPU support
-
Daniel Hiltgen authored
-
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 6 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
-
Jeffrey Morgan authored
-
Bruce MacDonald authored
-
Daniel Hiltgen authored
Fix iGPU detection for linux
-
- 12 Mar, 2024 7 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
Add docs explaining GPU selection env vars
-
Daniel Hiltgen authored
-
racerole authored
Signed-off-by:racerole <jiangyifeng@outlook.com>
-
mofanke authored
-
- 11 Mar, 2024 8 commits
-
-
Jeffrey Morgan authored
-
Bruce MacDonald authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Michael Yang authored
convert: fix shape
-
Daniel Hiltgen authored
Avoid rocm runner and dependency clash
-
Michael Yang authored
-
Daniel Hiltgen authored
Putting the rocm symlink next to the runners is risky. This moves the payloads into a subdir to avoid potential clashes.
-
- 10 Mar, 2024 8 commits
-
-
Jeffrey Morgan authored
-
Daniel Hiltgen authored
Harden for deps file being empty (or short)
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
Add ollama executable peer dir for rocm
-
Daniel Hiltgen authored
This allows people who package up ollama on their own to place the rocm dependencies in a peer directory to the ollama executable much like our windows install flow.
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Daniel Hiltgen authored
-