Search Criteria
Package Details: python-transformers 5.7.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 pretrained models for inference and training |
| Upstream URL: | https://github.com/huggingface/transformers |
| Keywords: | huggingface transformers |
| Licenses: | Apache-2.0 |
| Submitter: | filipg |
| Maintainer: | daskol |
| Last Packager: | daskol |
| Votes: | 18 |
| Popularity: | 1.19 |
| First Submitted: | 2021-10-23 09:30 (UTC) |
| Last Updated: | 2026-04-28 19:28 (UTC) |
Dependencies (22)
- python-huggingface-hub (python-huggingface-hub-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-packaging
- python-regex (python-regex-gitAUR)
- python-safetensors
- python-tokenizersAUR
- python-tqdm
- python-typer
- 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, python-bitsandbytes-rocmAUR) (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-cuda12.9AUR, python-pytorch-opt-cuda12.9AUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (optional) – PyTorch support
- python-tensorflow (python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda) (optional) – TensorFlow support
- python-tf-kerasAUR (optional) – Support for models in Keras 2 (e.g. BART)
- python-tf2onnxAUR (optional) – TensorFlow support
Required by (96)
- agent-cli
- clockwork-orange-git (optional)
- comfyui-system
- coqui-tts
- dsnote (optional)
- dsnote-git (optional)
- gundog
- ik-llama.cpp (optional)
- ik-llama.cpp-cuda (optional)
- ik-llama.cpp-cuda-git (optional)
- ik-llama.cpp-vulkan (optional)
- llama-benchy
- llama.cpp (optional)
- llama.cpp-clblast (optional)
- llama.cpp-cuda (optional)
- llama.cpp-cuda-essentials-only (optional)
- llama.cpp-cuda-git (optional)
- llama.cpp-gfx1151 (optional)
- llama.cpp-git (optional)
- llama.cpp-hip (optional)
- Show 76 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7
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 6 7