LocalAI
LocalAI copied to clipboard
feat(llama.cpp): Vulkan, Kompute, SYCL
Tracker for: https://github.com/ggerganov/llama.cpp/discussions/5138 and also ROCm
- [x] Vulkan: https://github.com/mudler/LocalAI/pull/2648 (upstream https://github.com/ggerganov/llama.cpp/pull/2059 )
- [ ] Kompute: (upstream https://github.com/ggerganov/llama.cpp/pull/4456 )
- [x] sycl: https://github.com/mudler/LocalAI/pull/1660 ( upstream https://github.com/ggerganov/llama.cpp/pull/2690 )
- [x] ROCm: #1595 (#1100)
The merge requests linked on this issue appears to be merged upstream. Does that mean LocalAI already supports Vulkan or there are any additional tasks to do before that?
The merge requests linked on this issue appears to be merged upstream. Does that mean LocalAI already supports Vulkan or there are any additional tasks to do before that?
Only kompute is missing as for now
The merge requests linked on this issue appears to be merged upstream. Does that mean LocalAI already supports Vulkan or there are any additional tasks to do before that?
Only kompute is missing as for now
It looks like kompute is also merged