🔖 Bump llama.cpp-vulkan version to b6351-1

This commit is contained in:
Orion 2025-09-02 03:10:04 +00:00
parent 4fcf13954e
commit 9d3ebda4f7
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ pkgbase = llama.cpp-vulkan
conflicts = llama.cpp
conflicts = libggml
conflicts = ggml
conflicts = stable-diffusion.cpp
options = lto
options = !debug

View file

@ -30,7 +30,7 @@ optdepends=(
'python-transformers: needed for convert_hf_to_gguf.py'
)
provides=(${_pkgname})
conflicts=(${_pkgname} libggml ggml)
conflicts=(${_pkgname} libggml ggml stable-diffusion.cpp)
options=(lto !debug)
source=()
sha256sums=()