Platform
Linux/Arch
Lemonade Version
10.8.0
GPU / APU Model
No response
Component
llama.cpp
Bug Description
This particular change broke the rocm backend for any AMD GPU from the gfx103X, gfx110X and gfx120X families.
I believe that this happens because the new code returns the specific name, for example, gfx1201, instead of returning gfx120X.
Steps to Reproduce
- Try to run the command
lemonade backends install llamacpp:rocm with an AMD GPU from the gfx103X, gfx110X or gfx120X families.
- See that it returns the error: "GPU Unsupported: <gpu_family>"
- You can also run the command
lemonade backends and see that it returns the same error wherever the rocm backend is available.
Expected vs Actual Behavior
No response
Log Output
Additional Context
No response
Platform
Linux/Arch
Lemonade Version
10.8.0
GPU / APU Model
No response
Component
llama.cpp
Bug Description
This particular change broke the rocm backend for any AMD GPU from the gfx103X, gfx110X and gfx120X families.
I believe that this happens because the new code returns the specific name, for example, gfx1201, instead of returning gfx120X.
Steps to Reproduce
lemonade backends install llamacpp:rocmwith an AMD GPU from the gfx103X, gfx110X or gfx120X families.lemonade backendsand see that it returns the same error wherever the rocm backend is available.Expected vs Actual Behavior
No response
Log Output
Additional Context
No response