upgpkg: llama.cpp-vulkan b4053-2

Signed-off-by: txtsd <code@ihavea.quest>
This commit is contained in:
txtsd 2024-11-09 12:10:12 +05:30
parent 5dc54a5437
commit 848b843ea9
3 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = llama.cpp-vulkan
pkgdesc = Port of Facebook's LLaMA model in C/C++ (with Vulkan GPU optimizations)
pkgver = b4053
pkgrel = 1
pkgrel = 2
url = https://github.com/ggerganov/llama.cpp
arch = x86_64
arch = armv7h

11
.gitignore vendored
View file

@ -1,6 +1,5 @@
pkg/
src/
llama.cpp/
kompute/
*.tar.*
*
!PKGBUILD
!.SRCINFO
!.gitignore
!.nvchecker.toml

View file

@ -3,7 +3,7 @@
pkgname=llama.cpp-vulkan
_pkgname=${pkgname%%-vulkan}
pkgver=b4053
pkgrel=1
pkgrel=2
pkgdesc="Port of Facebook's LLaMA model in C/C++ (with Vulkan GPU optimizations)"
arch=(x86_64 armv7h aarch64)
url='https://github.com/ggerganov/llama.cpp'