gpo.zugaina.org

Search Portage & Overlays:

sci-ml/huggingface_hub

a client library to interact with the Hugging Face Hub

Screenshots

  • huggingface_hub-1.24.0
    ~amd64 ~arm64
    torch test python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff
  • huggingface_hub-1.23.0
    ~amd64 ~arm64
    torch test python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff
  • huggingface_hub-1.22.0
    ~amd64 ~arm64
    test python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: Miezhiko
  • huggingface_hub-1.3.7
    ~amd64 ~arm64
    torch test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: gentoo
  • huggingface_hub-0.36.2-r1
    ~amd64 ~arm64
    test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13

    View      Download      Browse     License: Apache-2.0   
    Overlay: gentoo

ChangeLog

commit 816cd3618c2bd34c5a07a1b4bb15253499b9ab52
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 17 15:10:22 2026 +0200

sci-ml/huggingface_hub: drop 1.22.0

commit f82005b286ad37d5befb5d2491700e4a0771c869
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 17 15:10:22 2026 +0200

sci-ml/huggingface_hub: add 1.24.0

commit d7b7694fcf11288cfa1be6a43ea1c8792fd36c83
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 10 14:00:48 2026 +0200

sci-ml/huggingface_hub: drop 1.21.0

commit 410621f110054d2678f5aa07b6fbdc046f89945c
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 10 14:00:22 2026 +0200

sci-ml/huggingface_hub: add 1.23.0

commit 5562ca64b76950f03d0495d96439dca78ff0d9ed
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jul 4 10:16:20 2026 +0200

sci-ml/huggingface_hub: add 1.22.0

1.22.0 drops the typer CLI dependency in favour of click directly
(upstream now pins click>=8.4.2,<9 — 8.4.0/8.4.1 shipped a broken fish
completion script, hence the floor). The typer bounds are removed and
the bare click atom gets the >=8.4.2 floor.

commit fe30dcd635265b91ddd344a7296b8d63c7862ec7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 30 14:30:37 2026 +0200

sci-ml/huggingface_hub: new package

Fork of ::gentoo's sci-ml/huggingface_hub bumped to 1.21.0 (::gentoo has
1.3.7). Second link of the chain to unblock vllm 0.24.0: transformers
>=5.5.3 requires huggingface_hub >=1.5.0.

RDEPEND deltas vs 1.3.7: add dev-python/click (1.21.0 lists it directly),
drop dev-python/shellingham (no longer a dep), floor sci-ml/hf_xet >=1.5.1
(1.21.0 requirement, satisfied by our hf_xet fork), and cap
dev-python/typer >=0.20.0,<0.26.0 -- the cap is load-bearing since
::gentoo ships typer-0.26.8 which 1.21.0 excludes. tokenizers/hf_xet at
the 1.5.x level keep the chain off a deeper fork. test deselects are
1.3.7-era (inert without USE=test).