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

This commit is contained in:
Orion 2025-10-04 00:19:19 +00:00
parent 709ddcf396
commit 755ff052ca
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 = b6673
pkgver = b6686
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-b6673.tar.gz::https://github.com/ggml-org/llama.cpp/archive/refs/tags/b6673.tar.gz
sha256sums = a70da5d3170839e48c35a4e078fb09ab4d2b50b40aab70391e12218bc8a8c9c5
source = llama.cpp-hip-b6686.tar.gz::https://github.com/ggml-org/llama.cpp/archive/refs/tags/b6686.tar.gz
sha256sums = 9509a2d3b4cf8c59240cb07435b7aedcaac65e674729a3b1037ef38563f7440e
pkgname = llama.cpp-hip

View file

@ -3,7 +3,7 @@
pkgname=llama.cpp-hip
_pkgname="${pkgname%-hip}"
pkgver=b6673
pkgver=b6686
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=('a70da5d3170839e48c35a4e078fb09ab4d2b50b40aab70391e12218bc8a8c9c5')
sha256sums=('9509a2d3b4cf8c59240cb07435b7aedcaac65e674729a3b1037ef38563f7440e')
prepare() {
ln -sf "${_pkgname}-${pkgver}" llama.cpp