summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a790bfd8a8ac51bd93092d1132b58141220b5e78 (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
pkgbase = ctranslate2
	pkgdesc = A C++ and Python library for efficient inference with Transformer models.
	pkgver = 3.23.0
	pkgrel = 1
	url = https://opennmt.net/CTranslate2
	arch = x86_64
	license = MIT
	makedepends = cmake
	makedepends = cuda
	makedepends = git
	makedepends = intel-oneapi-mkl
	makedepends = onednn
	makedepends = pybind11
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	source = git+https://github.com/OpenNMT/CTranslate2.git#commit=83caf67972751ac9ce41b4fe17e8bf1a42b95307
	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
	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 = onednn
	provides = libctranslate2.so=3

pkgname = python-ctranslate2
	pkgdesc = A Python library for efficient inference with Transformer models.
	depends = ctranslate2
	depends = python-numpy
	depends = python-setuptools
	depends = python-yaml