summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e8d538bf47959088f17c2e7d2754fe64b428508e (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
pkgbase = python-transformers
	pkgdesc = State-of-the-art Natural Language Processing for Jax, PyTorch and TensorFlow
	pkgver = 4.52.1
	pkgrel = 1
	url = https://github.com/huggingface/transformers
	arch = any
	license = Apache-2.0
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	depends = python-filelock
	depends = python-huggingface-hub>=1:0.30.0
	depends = python-numpy
	depends = python-packaging
	depends = python-regex
	depends = python-requests
	depends = python-safetensors>=0.4.1
	depends = python-tokenizers>=0.19
	depends = python-tqdm
	depends = python-yaml
	optdepends = python-bitsandbytes: 8-bit support for PyTorch
	optdepends = python-flax: JAX support
	optdepends = python-keras: Support for models in Keras 3
	optdepends = python-onnxconverter-common: TensorFlow support
	optdepends = python-pytorch: PyTorch support
	optdepends = python-tensorflow: TensorFlow support
	optdepends = python-tf-keras: Support for models in Keras 2 (e.g. BART)
	optdepends = python-tf2onnx: TensorFlow support
	optdepends = python-hf-xet: xethub support
	source = python-transformers-4.52.1.tar.gz::https://github.com/huggingface/transformers/archive/refs/tags/v4.52.1.tar.gz
	sha256sums = eaff2cca1a36198ba3a7c5ee53eeaea9331c21878e4fd11e99b6c85741ed097b

pkgname = python-transformers