Skip to content

Commit 5b3800a

Browse files
committed
Pin huggingface-hub to <=1.13.0
huggingface-hub is a dependency in datasets that is pinned to <2.0 which huging-face has not reach yet. That means it will currently always get the latest version. After the 1.14.0 update on 6/5-2026, many jobs have started to time out when downloading using huggingface-hub. Pinning in requirements-examples.txt should be enough, since those requirements should be installed unless install_executorch.sh is ran with --minimal Signed-off-by: Erik Lundell <erik.lundell@arm.com> Change-Id: Ia3936f99fd1edd78fb3085093e232cdfedbce79d
1 parent 1debeb6 commit 5b3800a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements-examples.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# pip packages needed to run examples.
22
# TODO: Make each example publish its own requirements.txt
33
datasets == 3.6.0 # 4.0.0 deprecates trust_remote_code and load scripts. For now pin to 3.6.0
4+
huggingface-hub <= 1.13.0 # Dependency of datasets, seems to have download issues in ci with 1.14.0
45
timm == 1.0.7
56
torchsr == 1.0.4
67
torchtune @ git+https://github.com/pytorch/torchtune.git@6f2aa7254458145f99d7004cbd6ebc8e53a06404

0 commit comments

Comments
 (0)