upgpkg: llama.cpp-hip b4053-2

Signed-off-by: txtsd <code@ihavea.quest>
This commit is contained in:
txtsd 2024-11-09 12:08:55 +05:30
parent 979cca72bf
commit 46d528a28f
3 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = llama.cpp-hip
pkgdesc = Port of Facebook's LLaMA model in C/C++ (with AMD ROCm 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-hip
_pkgname="${pkgname%-hip}"
pkgver=b4053
pkgrel=1
pkgrel=2
pkgdesc="Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations)"
arch=(x86_64 armv7h aarch64)
url='https://github.com/ggerganov/llama.cpp'