diff --git a/.SRCINFO b/.SRCINFO index c69a6238bd3c0..7397aec9b8a38 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/.gitignore b/.gitignore index 5cdbded2a16af..218cc907c9ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ -pkg/ -src/ -llama.cpp/ -kompute/ - -*.tar.* +* +!PKGBUILD +!.SRCINFO +!.gitignore +!.nvchecker.toml diff --git a/PKGBUILD b/PKGBUILD index e236123a58450..403c0beebd3d3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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'