diff --git a/.SRCINFO b/.SRCINFO index 15a18952566b9..2a2b5fd796830 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = llama.cpp-hip pkgdesc = Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations) - pkgver = b6067 + pkgver = b6075 pkgrel = 1 url = https://github.com/ggml-org/llama.cpp arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 1871fd96901fc..7101f0e46fa23 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=llama.cpp-hip _pkgname="${pkgname%-hip}" -pkgver=b6067 +pkgver=b6075 pkgrel=1 pkgdesc="Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations)" arch=(x86_64 armv7h aarch64) @@ -71,6 +71,7 @@ build() { -DGGML_LTO=ON -DGGML_RPC=ON -DGGML_HIP=ON + -DGGML_CUDA_FA_ALL_QUANTS=ON -Wno-dev ) cmake "${_cmake_options[@]}"