blob: 51f2945c2f44457171307609021eb94070575c97 (
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 = 5
url = https://github.com/rustformers/llm
arch = any
license = Apache-2.0 OR MIT
makedepends = git
makedepends = cargo
depends = glibc
depends = gcc-libs
provides = llm
conflicts = llm
options = !lto
source = git+https://github.com/rustformers/llm#tag=v0.1.1
source = git+https://github.com/ggerganov/ggml
sha256sums = SKIP
sha256sums = SKIP
pkgname = llm
|