blob: 99db7e0a917b5f9a4985e71d2df092f59536a0b6 (
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
|
pkgbase = python-gguf-git
pkgdesc = GGUF file format library and model conversion tools for llama.cpp
pkgver = b9209.r9.3a9c1b854d
pkgrel = 1
url = https://ggml.ai/
arch = x86_64
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-poetry
makedepends = git
depends = python
depends = python-sentencepiece
optdepends = python-numpy: for numerical operations
optdepends = python-tqdm: for progress bars
optdepends = python-torch: for convert_hf_to_gguf.py and convert_lora_to_gguf.py
optdepends = python-huggingface-hub: for --remote flag in convert_hf_to_gguf.py
provides = python-gguf
conflicts = python-gguf
source = python-gguf-git::git+https://github.com/ggml-org/llama.cpp.git
sha256sums = SKIP
pkgname = python-gguf-git
|