Jeffser / Alpaca

🦙 An Ollama client made with GTK4 and Adwaita
https://jeffser.com/alpaca
GNU General Public License v3.0
459 stars 45 forks source link

[Feat] Vulkan support #381

Open qnixsynapse opened 5 days ago

qnixsynapse commented 5 days ago

Currently, GPU support is not available for discrete Intel GPUs. However, SYCL and Vulkan are supported in the llama.cpp library, which is wrapped in a Go program named ollama used as a backend in alpaca.

Enabling vulkan will enable these GPUs.