upgpkg: llama.cpp-hip b4273-2

Add missing depends

Signed-off-by: txtsd <code@ihavea.quest>
This commit is contained in:
txtsd 2024-12-06 18:05:05 +05:30
parent 078b72b31a
commit 98019c985a
2 changed files with 6 additions and 2 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 = b4273
pkgrel = 1
pkgrel = 2
url = https://github.com/ggerganov/llama.cpp
arch = x86_64
arch = armv7h
@ -12,6 +12,8 @@ pkgbase = llama.cpp-hip
makedepends = git
makedepends = rocm-hip-runtime
makedepends = rocm-hip-sdk
depends = blas-openblas
depends = blas64-openblas
depends = curl
depends = gcc-libs
depends = glibc

View file

@ -3,12 +3,14 @@
pkgname=llama.cpp-hip
_pkgname="${pkgname%-hip}"
pkgver=b4273
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'
license=('MIT')
depends=(
blas-openblas
blas64-openblas
curl
gcc-libs
glibc