Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TESTS] Fix version for huggingface_hub #27232

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ networkx<=3.3
timm==1.0.8
transformers~=4.44.0
easyocr==1.7.2
super-image==0.1.7
# huggingface-hub required for super-image
huggingface-hub==0.25.2

--extra-index-url https://download.pytorch.org/whl/cpu
torch~=2.4.0
2 changes: 2 additions & 0 deletions tests/model_hub_tests/pytorch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ transformers
wheel
PyYAML
kornia
# huggingface-hub required for super-image
huggingface-hub

# use latest released version once it's available
git+https://github.com/huggingface/optimum-intel.git@main
Expand Down
Loading