diff options
author | txtsd | 2025-04-20 23:10:19 +0000 |
---|---|---|
committer | txtsd | 2025-04-20 23:10:19 +0000 |
commit | ac0a6ce7d39131547a987286e67ecbd388bbbaa6 (patch) | |
tree | 8f87910a6241b825b8699e5a0e2e2c6b86fc0ae4 | |
parent | c434a2e611e9e4c4a30a1bddc6e570b66bc42638 (diff) | |
download | aur-ac0a6ce7d39131547a987286e67ecbd388bbbaa6.tar.gz |
upgpkg: llama.cpp-sycl-f32 b5162-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = llama.cpp-sycl-f32 pkgdesc = Port of Facebook's LLaMA model in C/C++ (with Intel SYCL GPU optimizations and F32) - pkgver = b5161 + pkgver = b5162 pkgrel = 1 url = https://github.com/ggerganov/llama.cpp arch = x86_64 @@ -22,11 +22,11 @@ pkgbase = llama.cpp-sycl-f32 provides = llama.cpp conflicts = llama.cpp options = lto - source = git+https://github.com/ggerganov/llama.cpp#tag=b5161 + source = git+https://github.com/ggerganov/llama.cpp#tag=b5162 source = git+https://github.com/nomic-ai/kompute.git source = llama.cpp.conf source = llama.cpp.service - sha256sums = 527debaa537a823fd4376e4a3da595605abe0b40ee6d91a86cc4dea7f3311a2a + sha256sums = f47d3008f904f218a12328aa0a4c72129a82dd088e72e8402eedceff549465c4 sha256sums = SKIP sha256sums = 53fa70cfe40cb8a3ca432590e4f76561df0f129a31b121c9b4b34af0da7c4d87 sha256sums = 0377d08a07bda056785981d3352ccd2dbc0387c4836f91fb73e6b790d836620d @@ -2,7 +2,7 @@ pkgname=llama.cpp-sycl-f32 _pkgname=${pkgname%%-sycl-f32} -pkgver=b5161 +pkgver=b5162 pkgrel=1 pkgdesc="Port of Facebook's LLaMA model in C/C++ (with Intel SYCL GPU optimizations and F32)" arch=(x86_64 armv7h aarch64) @@ -33,7 +33,7 @@ source=( llama.cpp.conf llama.cpp.service ) -sha256sums=('527debaa537a823fd4376e4a3da595605abe0b40ee6d91a86cc4dea7f3311a2a' +sha256sums=('f47d3008f904f218a12328aa0a4c72129a82dd088e72e8402eedceff549465c4' 'SKIP' '53fa70cfe40cb8a3ca432590e4f76561df0f129a31b121c9b4b34af0da7c4d87' '0377d08a07bda056785981d3352ccd2dbc0387c4836f91fb73e6b790d836620d') |