mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
upgpkg: llama.cpp-hip b4273-2
Add missing depends Signed-off-by: txtsd <code@ihavea.quest>
This commit is contained in:
parent
078b72b31a
commit
98019c985a
2 changed files with 6 additions and 2 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue