mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
🔖 Bump llama.cpp-vulkan version to b6351-1
This commit is contained in:
parent
4fcf13954e
commit
9d3ebda4f7
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -25,6 +25,7 @@ pkgbase = llama.cpp-vulkan
|
|||
conflicts = llama.cpp
|
||||
conflicts = libggml
|
||||
conflicts = ggml
|
||||
conflicts = stable-diffusion.cpp
|
||||
options = lto
|
||||
options = !debug
|
||||
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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=()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue