Search Criteria
Package Details: python-transformers 4.55.4-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-2.0 |
Submitter: | filipg |
Maintainer: | daskol |
Last Packager: | daskol |
Votes: | 15 |
Popularity: | 0.030416 |
First Submitted: | 2021-10-23 09:30 (UTC) |
Last Updated: | 2025-08-24 17:55 (UTC) |
Dependencies (23)
- python-filelock
- python-huggingface-hub (python-huggingface-hub-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR)
- python-packaging
- python-regex (python-regex-gitAUR)
- python-requests
- python-safetensorsAUR (python-safetensors-binAUR)
- python-tokenizersAUR
- python-tqdm
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-bitsandbytesAUR (python-bitsandbytes-rocm-gitAUR, python-bitsandbytes-gitAUR, python-bitsandbytesAUR) (optional) – 8-bit support for PyTorch
- python-flaxAUR (optional) – JAX support
- python-hf-xet (optional) – xethub support
- python-keras (python-keras-gitAUR) (optional) – Support for models in Keras 3
- python-onnxconverter-commonAUR (optional) – TensorFlow support
- python-pytorch (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-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (optional) – PyTorch support
- Show 3 more dependencies...
Required by (55)
- coqui-tts (optional)
- dsnote (optional)
- dsnote-git (optional)
- ik-llama.cpp (optional)
- ik-llama.cpp-cuda (optional)
- ik-llama.cpp-vulkan (optional)
- llama.cpp (optional)
- llama.cpp-cuda (optional)
- llama.cpp-hip (optional)
- llama.cpp-vulkan (optional)
- localai-git
- localai-git-cuda
- localai-git-rocm
- manga-ocr-git
- mokuro
- monailabel (optional)
- open-webui-no-venv
- pix2tex
- python-accelerate (check)
- python-aqlm
- Show 35 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5
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 4 5