Pin huggingface-hub to <=1.13.0#19365
Closed
Erik-Lundell wants to merge 1 commit intopytorch:mainfrom
Closed
Conversation
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
Collaborator
Author
|
Some job still cancel due to bad downloads, but not that many compared to for example #19363. Notably Arm's ootb job passes. |
Collaborator
|
@digantdesai this fixes som CI stuff :) OK to get merged? |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Should fix tests that started timing out consistently after 3a4c3a1 (unrelated to PR)
for example trunk / test-arm-ootb-linux (run_deit_e2e_ethos_u)
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell