Skip to content

Commit

Permalink
upgpkg: llama.cpp b4160-1
Browse files Browse the repository at this point in the history
Upstream Release

Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Nov 25, 2024
1 parent ee3d24c commit 2a5b947
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions llama.cpp/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = llama.cpp
pkgdesc = Port of Facebook's LLaMA model in C/C++ (with OpenBLAS CPU optimizations)
pkgver = b4157
pkgrel = 2
pkgver = b4160
pkgrel = 1
url = https://github.com/ggerganov/llama.cpp
arch = x86_64
arch = armv7h
Expand All @@ -19,11 +19,11 @@ pkgbase = llama.cpp
depends = python-numpy
depends = python-sentencepiece
options = lto
source = git+https://github.com/ggerganov/llama.cpp#tag=b4157
source = git+https://github.com/ggerganov/llama.cpp#tag=b4160
source = git+https://github.com/nomic-ai/kompute.git
source = llama.cpp.conf
source = llama.cpp.service
sha256sums = fb29ddda4d220f9283360c4ba9233ebec475b755d286c31d5d27f207782c813f
sha256sums = 0d68d9d3c16a31a01e5e505621308a03caef18b999cabff19f3d7560700569f6
sha256sums = SKIP
sha256sums = 53fa70cfe40cb8a3ca432590e4f76561df0f129a31b121c9b4b34af0da7c4d87
sha256sums = 0377d08a07bda056785981d3352ccd2dbc0387c4836f91fb73e6b790d836620d
Expand Down
7 changes: 3 additions & 4 deletions llama.cpp/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: txtsd <[email protected]>

pkgname=llama.cpp
pkgver=b4157
pkgrel=2
pkgver=b4160
pkgrel=1
pkgdesc="Port of Facebook's LLaMA model in C/C++ (with OpenBLAS CPU optimizations)"
arch=(x86_64 armv7h aarch64)
url='https://github.com/ggerganov/llama.cpp'
Expand All @@ -29,7 +29,7 @@ source=(
llama.cpp.conf
llama.cpp.service
)
sha256sums=('fb29ddda4d220f9283360c4ba9233ebec475b755d286c31d5d27f207782c813f'
sha256sums=('0d68d9d3c16a31a01e5e505621308a03caef18b999cabff19f3d7560700569f6'
'SKIP'
'53fa70cfe40cb8a3ca432590e4f76561df0f129a31b121c9b4b34af0da7c4d87'
'0377d08a07bda056785981d3352ccd2dbc0387c4836f91fb73e6b790d836620d')
Expand Down Expand Up @@ -70,7 +70,6 @@ check() {
package() {
DESTDIR="${pkgdir}" cmake --install build
rm "${pkgdir}/usr/include/"ggml*
rm "${pkgdir}/usr/lib/"lib*.a

install -Dm644 "${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

Expand Down

0 comments on commit 2a5b947

Please sign in to comment.