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

This commit is contained in:
Orion 2025-09-27 00:19:44 +00:00
parent b4e289f9a6
commit 8354440575
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 = b6586
pkgver = b6602
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-b6586.tar.gz::https://github.com/ggml-org/llama.cpp/archive/refs/tags/b6586.tar.gz
sha256sums = 167d310539b50290cc34ebeb51c203b495408e835be778d751dd46bfb172e542
source = llama.cpp-hip-b6602.tar.gz::https://github.com/ggml-org/llama.cpp/archive/refs/tags/b6602.tar.gz
sha256sums = 916acb186d5cb08d019f2c725c3e6cb0e52c7180511559844d4b3f7f309c6c07
pkgname = llama.cpp-hip

View file

@ -3,7 +3,7 @@
pkgname=llama.cpp-hip
_pkgname="${pkgname%-hip}"
pkgver=b6586
pkgver=b6602
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=('167d310539b50290cc34ebeb51c203b495408e835be778d751dd46bfb172e542')
sha256sums=('916acb186d5cb08d019f2c725c3e6cb0e52c7180511559844d4b3f7f309c6c07')
prepare() {
ln -sf "${_pkgname}-${pkgver}" llama.cpp