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

This commit is contained in:
Orion 2025-10-25 00:20:43 +00:00
parent 6cb73d65cd
commit b8d38fd956
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 = b6829
pkgver = b6834
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-b6829.tar.gz::https://github.com/ggml-org/llama.cpp/archive/refs/tags/b6829.tar.gz
sha256sums = e9bbd2afc460a9170df7ad2a5ca6e119d38b9924740cc8bdf9631161cbac71e7
source = llama.cpp-hip-b6834.tar.gz::https://github.com/ggml-org/llama.cpp/archive/refs/tags/b6834.tar.gz
sha256sums = 0aa33fbb9c1d44175c5e7b3a34eea3af436fb0afe4a7146cfacbb6af301db2c9
pkgname = llama.cpp-hip

View file

@ -3,7 +3,7 @@
pkgname=llama.cpp-hip
_pkgname="${pkgname%-hip}"
pkgver=b6829
pkgver=b6834
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=('e9bbd2afc460a9170df7ad2a5ca6e119d38b9924740cc8bdf9631161cbac71e7')
sha256sums=('0aa33fbb9c1d44175c5e7b3a34eea3af436fb0afe4a7146cfacbb6af301db2c9')
prepare() {
ln -sf "${_pkgname}-${pkgver}" llama.cpp