mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
31 lines
923 B
Text
31 lines
923 B
Text
pkgbase = llama.cpp-vulkan
|
|
pkgdesc = Port of Facebook's LLaMA model in C/C++ (with Vulkan GPU optimizations)
|
|
pkgver = b5778
|
|
pkgrel = 1
|
|
url = https://github.com/ggerganov/llama.cpp
|
|
arch = x86_64
|
|
arch = armv7h
|
|
arch = aarch64
|
|
license = MIT
|
|
makedepends = cmake
|
|
makedepends = git
|
|
depends = curl
|
|
depends = gcc-libs
|
|
depends = glibc
|
|
depends = ggml-vulkan
|
|
depends = python
|
|
depends = python-numpy
|
|
depends = python-sentencepiece
|
|
optdepends = python-pytorch
|
|
provides = llama.cpp
|
|
conflicts = llama.cpp
|
|
options = lto
|
|
options = !debug
|
|
source = git+https://github.com/ggerganov/llama.cpp#tag=b5778
|
|
source = llama.cpp.conf
|
|
source = llama.cpp.service
|
|
sha256sums = 20e12cc0099216d98a75895fdcc001b8c8dd68b81c497a3618ba31c555d91c9f
|
|
sha256sums = 53fa70cfe40cb8a3ca432590e4f76561df0f129a31b121c9b4b34af0da7c4d87
|
|
sha256sums = 0377d08a07bda056785981d3352ccd2dbc0387c4836f91fb73e6b790d836620d
|
|
|
|
pkgname = llama.cpp-vulkan
|