🔖 Bump llama.cpp-hip version to b6075-1

This commit is contained in:
Orion 2025-08-03 01:11:00 +00:00
parent 6e0b945300
commit 6b5f7b401f
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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[@]}"