We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c167a commit 27456f6Copy full SHA for 27456f6
tests/constraints.txt
@@ -26,10 +26,13 @@ jax<=0.4.33
26
jaxlib<=0.4.33
27
kornia==0.7.0
28
networkx<=3.3
29
-timm==1.0.8
30
-transformers~=4.44
31
flax<=0.9.0
32
+# PyTorch tests
+timm==1.0.8
33
+transformers~=4.44.0
34
+easyocr==1.7.2
35
+
36
--extra-index-url https://download.pytorch.org/whl/cpu
37
torch~=2.4.1; platform_system != "Darwin" or platform_machine != "x86_64"
38
torch~=2.2.0; platform_system == "Darwin" and platform_machine == "x86_64"
tests/model_hub_tests/pytorch/requirements.txt
@@ -3,7 +3,6 @@ auto-gptq>=0.5.1
3
av
4
basicsr
5
datasets
6
-python-bidi<0.5 # to fix issue in easyocr
7
easyocr
8
facexlib
9
numpy
0 commit comments