Skip to content

Issues with running Llama.cpp on Raspberry Pi 5 with Vulkan. #5237

Closed
@Raewari

Description

@Raewari

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions