blob: fb3dc0ddbd79fb042b807949e92b897efb79fa60 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
pkgbase = ctranslate2
pkgdesc = A C++ and Python library for efficient inference with Transformer models.
pkgver = 4.5.0
pkgrel = 1
url = https://opennmt.net/CTranslate2
arch = x86_64
license = MIT
makedepends = cmake
makedepends = cuda
makedepends = gcc13
makedepends = git
makedepends = intel-oneapi-mkl
makedepends = onednn
makedepends = openblas
makedepends = pybind11
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
options = !lto
source = git+https://github.com/OpenNMT/CTranslate2.git#tag=v4.5.0
source = git+https://github.com/jarro2783/cxxopts.git
source = git+https://github.com/NVIDIA/thrust.git
source = git+https://github.com/google/googletest.git
source = git+https://github.com/google/cpu_features.git
source = git+https://github.com/gabime/spdlog.git
source = git+https://github.com/google/ruy.git
source = git+https://github.com/pytorch/cpuinfo.git
source = git+https://github.com/NVIDIA/cub.git
sha256sums = 914dc8abc9f3ef75ae74e5673e8a99fca85a4d7036ba708e0c6569ec7511f4ec
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
pkgname = ctranslate2
pkgdesc = A C++ library for efficient inference with Transformer models.
depends = nlohmann-json
depends = onednn
optdepends = cuda
provides = libctranslate2.so=4
pkgname = python-ctranslate2
pkgdesc = A Python library for efficient inference with Transformer models.
depends = ctranslate2
depends = python-numpy
depends = python-pytorch
depends = python-setuptools
depends = python-yaml
optdepends = python-pytorch-cuda
|