We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4acbdf commit da7dc54Copy full SHA for da7dc54
tests/constraints.txt
@@ -31,6 +31,9 @@ networkx<=3.3
31
timm==1.0.8
32
transformers~=4.44.0
33
easyocr==1.7.2
34
+super-image==0.1.7
35
+# huggingface-hub required for super-image
36
+huggingface-hub==0.25.2
37
38
--extra-index-url https://download.pytorch.org/whl/cpu
39
torch~=2.4.0
tests/model_hub_tests/pytorch/requirements.txt
@@ -25,6 +25,8 @@ transformers
25
wheel
26
PyYAML
27
kornia
28
29
+huggingface-hub
30
# use latest released version once it's available
git+https://github.com/huggingface/optimum-intel.git@main
0 commit comments