Search Criteria
Package Details: python-huggingface-hub 1:0.26.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-huggingface-hub.git (read-only, click to copy) |
---|---|
Package Base: | python-huggingface-hub |
Description: | All the open source things related to the Hugging Face Hub |
Upstream URL: | https://github.com/huggingface/huggingface_hub |
Licenses: | Apache-2.0 |
Submitter: | hottea |
Maintainer: | hottea (lilac) |
Last Packager: | lilac |
Votes: | 5 |
Popularity: | 0.46 |
First Submitted: | 2021-12-09 05:59 (UTC) |
Last Updated: | 2024-10-28 20:33 (UTC) |
Dependencies (22)
- python-aiohttp (python-aiohttp-gitAUR)
- python-fastapi
- python-filelock
- python-fsspec
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-packaging
- python-pydantic (python-pydantic-gitAUR)
- python-requests
- python-tqdm
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-graphviz (optional)
- python-hf-transferAUR (optional)
- python-inquirerpyAUR (optional)
- python-minijinjaAUR (optional)
- python-pydot (optional)
- 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)
- python-safetensorsAUR (optional)
- 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)
Required by (20)
- python-accelerate
- python-bark-git
- python-datasets
- python-deepspeed
- python-diffusers
- python-evaluate
- python-faster-whisper
- python-gradio
- python-gradio-client
- python-latex-ocr-server
- python-open-clip-torch
- python-optimum
- python-peft
- python-safetensors (check)
- python-sentence-transformers
- python-super-image
- python-timm
- python-torch-geometric (optional)
- python-transformers
- stable-diffusion-intel-git
Latest Comments
hottea commented on 2024-08-20 15:45 (UTC)
@Strykar You need to install https://aur.archlinux.org/packages/python-hf-transfer. and some other deps. see also the setup.py.
Strykar commented on 2024-08-20 13:52 (UTC)
Hi, thanks for maintaining this! My upstream tooling to manage models fails with "ModuleNotFoundError: No module named 'hf_transfer'". What's missing to add the equivalent of "pip install huggingface_hub[cli,hf_transfer]" to this PKGBUILD?
hottea commented on 2024-01-09 03:34 (UTC)
@dreieck For the first warning, report to upstream. I'll switch to PEP 517 as arch wiki describes.
dreieck commented on 2024-01-08 16:00 (UTC)
I get the following two warnings during build:
The second one tells that
setup.py
should no longet be called directly, but you should usepython -m build
andpython -m installer
instead (with appropriate make dependencies), as it is laid out in the Python Packaging Guidelines ArchWiki-page.Regards and thanks for the package!
daskol commented on 2023-02-18 08:41 (UTC)
I think that
depends
or at leastoptdepends
should be updated withgit
since the core API ofhuggingface-hub
usesgit
to manage users' dataset or model repositories. Also, it would be great to describe other optional packages.xiota commented on 2023-01-18 23:16 (UTC)
namcap
reports the following missing dependencies:python-tensorflow
,python-pytorch
, andpython-jinja
hottea commented on 2022-12-19 00:52 (UTC)
@daskol see here.
daskol commented on 2022-12-18 21:37 (UTC)
Why do you use
epoch
inPKGBUILD
? It seems that it is not needed and breaks dependencies.