Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/llama.cpp/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'llama.cpp'
pkgname=llama.cpp
version=b8078
revision=1
build_style=cmake
configure_args="-DGGML_NATIVE=OFF -DGGML_BLAS=ON -DGGML_CUDA=OFF -DGGML_SYCL=OFF -DGGML_BLAS_VENDOR=OpenBLAS"
hostmakedepends="pkgconf python3-Jinja2"
makedepends="openblas-devel openssl-devel"
short_desc="Port of Facebook's LLaMA model in C/C++"
maintainer="Ismael Luceno <ismael@iodev.co.uk>"
license="MIT"
homepage="https://github.com/ggerganov/llama.cpp"
distfiles="https://github.com/ggerganov/llama.cpp/archive/refs/tags/${version}.tar.gz"
checksum=54ab6371330f076dc48a13cf1701e0eb41bb312430e07eb677a00157addfdddd

post_install() {
vlicense LICENSE
}
Loading