diff --git a/.SRCINFO b/.SRCINFO index c9a186123c127..2935267d54489 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = llama.cpp-hip pkgdesc = Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations) - pkgver = b4759 + pkgver = b4760 pkgrel = 1 url = https://github.com/ggerganov/llama.cpp arch = x86_64 @@ -28,11 +28,11 @@ pkgbase = llama.cpp-hip provides = llama.cpp conflicts = llama.cpp options = lto - source = git+https://github.com/ggerganov/llama.cpp#tag=b4759 + source = git+https://github.com/ggerganov/llama.cpp#tag=b4760 source = git+https://github.com/nomic-ai/kompute.git source = llama.cpp.conf source = llama.cpp.service - sha256sums = de895b30feaa9e4334d022e5dbd6332f8b0281abfad8008583afaddf078512a2 + sha256sums = 0d2e35d630f72e53a2d52580c1e45f23eb0ddabc385d30e1bdc6ba3911785592 sha256sums = SKIP sha256sums = 53fa70cfe40cb8a3ca432590e4f76561df0f129a31b121c9b4b34af0da7c4d87 sha256sums = 0377d08a07bda056785981d3352ccd2dbc0387c4836f91fb73e6b790d836620d diff --git a/PKGBUILD b/PKGBUILD index fad9ad967a1b3..e8f42c8edbd46 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=llama.cpp-hip _pkgname="${pkgname%-hip}" -pkgver=b4759 +pkgver=b4760 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 @@ source=( llama.cpp.conf llama.cpp.service ) -sha256sums=('de895b30feaa9e4334d022e5dbd6332f8b0281abfad8008583afaddf078512a2' +sha256sums=('0d2e35d630f72e53a2d52580c1e45f23eb0ddabc385d30e1bdc6ba3911785592' 'SKIP' '53fa70cfe40cb8a3ca432590e4f76561df0f129a31b121c9b4b34af0da7c4d87' '0377d08a07bda056785981d3352ccd2dbc0387c4836f91fb73e6b790d836620d')