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

This commit is contained in:
Orion 2025-09-01 11:47:34 +00:00
parent eedb936992
commit 2468b2f9ad
2 changed files with 3 additions and 3 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 = b6337
pkgver = b6341
pkgrel = 1
url = https://github.com/ggml-org/llama.cpp
arch = x86_64

View file

@ -3,7 +3,7 @@
pkgname=llama.cpp-hip
_pkgname="${pkgname%-hip}"
pkgver=b6337
pkgver=b6341
pkgrel=1
pkgdesc="Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations)"
arch=(x86_64 armv7h aarch64)
@ -39,7 +39,7 @@ sha256sums=()
prepare() {
cd "$srcdir"
git clone --depth 3 --single-branch --branch master "${url}" "${_pkgname}"
git clone --depth 20 --single-branch --branch master "${url}" "${_pkgname}"
}
pkgver() {