blob: 54d32d364e95380672929497a827f9360b0bd161 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
pkgbase = llama.cpp-hip
pkgdesc = Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations)
pkgver = b6397
pkgrel = 1
url = https://github.com/ggml-org/llama.cpp
arch = x86_64
arch = armv7h
arch = aarch64
license = MIT
makedepends = cmake
makedepends = git
makedepends = rocm-hip-sdk
depends = curl
depends = gcc-libs
depends = glibc
depends = hip-runtime-amd
depends = hipblas
depends = openmp
depends = python
depends = rocblas
depends = rocwmma
optdepends = python-numpy: needed for convert_hf_to_gguf.py
optdepends = python-safetensors: needed for convert_hf_to_gguf.py
optdepends = python-sentencepiece: needed for convert_hf_to_gguf.py
optdepends = python-pytorch: needed for convert_hf_to_gguf.py
optdepends = python-transformers: needed for convert_hf_to_gguf.py
provides = llama.cpp
conflicts = llama.cpp
conflicts = libggml
conflicts = ggml
conflicts = stable-diffusion.cpp
options = lto
options = !debug
source = llama.cpp-hip-b6397.tar.gz::https://github.com/ggml-org/llama.cpp/archive/refs/tags/b6397.tar.gz
sha256sums = 0cd4f35881c57f0de35e3d42c07a792c2c406477b2ef79ed8e94d151e1fb1704
pkgname = llama.cpp-hip
|