Closed
Description
Hey I'm really excited about this new Vulkan support. I'm having issues getting it work work on my Raspberry Pi 5 running RPI OS.
I've installed all the required mesa-vulkan drivers & dev tools beforehand.
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
make LLAMA_VULKAN=1 -j4
wget https://huggingface.co/jartine/TinyLlama-1.1B-Chat-v1.0-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0.Q4_0.gguf
./main -e -m ~/TinyLlama-1.1B-Chat-v1.0.Q4_0.gguf -p '# Famous Speech\nFour score and' -n 50
#2059
This results in a deadlock/Model refusing to run, any help would be appreciated.