diff options
author | robertfoster | 2025-04-12 13:49:46 +0000 |
---|---|---|
committer | robertfoster | 2025-04-12 13:49:46 +0000 |
commit | b62a3e42a13b4308f62f2498025c86342431c00b (patch) | |
tree | 3c1176e488f1908b2409ec15360fd9ff4293ca86 /.SRCINFO | |
parent | c1c1a31287feff445043db5fcae7000c9933d0bc (diff) | |
download | aur-b62a3e42a13b4308f62f2498025c86342431c00b.tar.gz |
Update PKGBUILD and .SRCINFO with GitHub Actions
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = llama.cpp-git pkgdesc = Port of Facebook's LLaMA model in C/C++ - pkgver = b4082.r11.4047be74d + pkgver = b5123 pkgrel = 1 url = https://github.com/ggerganov/llama.cpp arch = armv7h @@ -9,10 +9,10 @@ pkgbase = llama.cpp-git license = MIT makedepends = cmake makedepends = git - makedepends = openblas - makedepends = openblas64 depends = openblas - depends = openblas64 + optdepends = python-gguf: convert_hf_to_gguf python script + optdepends = python-numpy: convert_hf_to_gguf.py python script + optdepends = python-pytorch: convert_hf_to_gguf.py python script provides = llama.cpp conflicts = llama.cpp source = llama.cpp::git+https://github.com/ggerganov/llama.cpp |