blob: ad6056f2132c931622c92bcbbdbe157402ac8c48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = llm
pkgdesc = Run inference for Large Language Models on CPU, with Rust 🦀🚀🦙
pkgver = 0.1.1
pkgrel = 4
url = https://github.com/rustformers/llm
arch = any
license = MIT
license = APACHE
makedepends = git
makedepends = cargo
depends = glibc
depends = gcc-libs
provides = llm
conflicts = llm
source = git+https://github.com/rustformers/llm#tag=v0.1.1
source = git+https://github.com/ggerganov/ggml
sha256sums = SKIP
sha256sums = SKIP
pkgname = llm
|