Search Criteria
Package Details: python-transformers 4.47.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-transformers.git (read-only, click to copy) |
---|---|
Package Base: | python-transformers |
Description: | State-of-the-art Natural Language Processing for Jax, PyTorch and TensorFlow |
Upstream URL: | https://github.com/huggingface/transformers |
Keywords: | huggingface transformers |
Licenses: | Apache |
Submitter: | filipg |
Maintainer: | daskol |
Last Packager: | daskol |
Votes: | 13 |
Popularity: | 2.08 |
First Submitted: | 2021-10-23 09:30 (UTC) |
Last Updated: | 2024-12-06 14:36 (UTC) |
Dependencies (20)
- python-filelock
- python-huggingface-hubAUR (python-huggingface-hub-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-packaging
- python-regex (python-regex-gitAUR)
- python-requests
- python-safetensorsAUR
- python-tokenizersAUR
- python-tqdm
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-bitsandbytes (python-bitsandbytes-rocm-gitAUR, python-bitsandbytes-gitAUR) (optional) – 8-bit support for PyTorch
- python-flaxAUR (optional) – JAX support
- python-onnxconverter-commonAUR (optional) – TensorFlow support
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (optional) – PyTorch support
- python-tensorflow (python-tensorflow-cuda-keplerAUR, python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda) (optional) – TensorFlow support
- python-tf2onnxAUR (optional) – TensorFlow support
Required by (30)
- coqui-tts (optional)
- dsnote (optional)
- dsnote-git (optional)
- localai-git
- localai-git-cuda
- localai-git-rocm
- manga-ocr-git
- monailabel (optional)
- pix2tex
- python-assistant
- python-auralis
- python-bark-git
- python-bitsandbytes-git
- python-colbert-ai
- python-deepmultilingualpunctuation
- python-deepspeed
- python-dmt
- python-evaluate (optional)
- python-monai (optional)
- python-open-clip-torch
- Show 10 more...
Latest Comments
« First ‹ Previous 1 2 3
filipg commented on 2022-12-10 08:26 (UTC)
Applied patch, updated version
kIERO commented on 2022-11-30 14:22 (UTC)
Maintainer: @filipg is MIA
kIERO commented on 2022-10-08 21:33 (UTC)
I've successfully built version 4.22.2 with the patch by @ChrisMorgan below
blinry commented on 2022-09-22 17:40 (UTC)
Very nice comments, ChrisMorgan! filipg, I'd love it if these changes were applied! \o/
ChrisMorgan commented on 2022-09-10 10:47 (UTC)
This package’s dependencies don’t correspond very well to the dependencies expressed by the actual Python package (for which refer to /usr/lib/python3.10/site-packages/transformers-4.19.2-py3.10.egg-info/requires.txt).
Here’s a start (with only one fly in the ointment, that python-optax doesn’t exist yet, so JAX support is actually not yet readily attainable):
jnphilipp commented on 2022-06-08 11:55 (UTC)
you only need one of the three Jax, PyTorch and TensorFlow, these should than be
optdepends
. And cuda is a depends of these, it can be removed completely as a dependency.« First ‹ Previous 1 2 3