🔖 Bump llama.cpp-hip version to b6869-1

This commit is contained in:
Orion 2025-10-29 00:22:02 +00:00
parent c43250dd76
commit e10f2674cd
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = llama.cpp-hip
pkgdesc = Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations)
pkgver = b6838
pkgver = b6869
pkgrel = 1
url = https://github.com/ggml-org/llama.cpp
arch = x86_64
@ -31,7 +31,7 @@ pkgbase = llama.cpp-hip
conflicts = stable-diffusion.cpp
options = lto
options = !debug
source = llama.cpp-hip-b6838.tar.gz::https://github.com/ggml-org/llama.cpp/archive/refs/tags/b6838.tar.gz
sha256sums = c5e499f70f90231d08646f6c3161445ca9101b3d05f1c13486909f1dada07912
source = llama.cpp-hip-b6869.tar.gz::https://github.com/ggml-org/llama.cpp/archive/refs/tags/b6869.tar.gz
sha256sums = 1db06ea89e8ef0ffdfc3604acde6469556a1c719864879dd08ff96513915f6d5
pkgname = llama.cpp-hip

View file

@ -3,7 +3,7 @@
pkgname=llama.cpp-hip
_pkgname="${pkgname%-hip}"
pkgver=b6838
pkgver=b6869
pkgrel=1
pkgdesc="Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations)"
arch=(x86_64 armv7h aarch64)
@ -36,7 +36,7 @@ provides=(${_pkgname})
conflicts=(${_pkgname} libggml ggml stable-diffusion.cpp)
options=(lto !debug)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ggml-org/llama.cpp/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('c5e499f70f90231d08646f6c3161445ca9101b3d05f1c13486909f1dada07912')
sha256sums=('1db06ea89e8ef0ffdfc3604acde6469556a1c719864879dd08ff96513915f6d5')
prepare() {
ln -sf "${_pkgname}-${pkgver}" llama.cpp