Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
certifi==2022.12.7
|
2 |
charset-normalizer==2.1.1
|
3 |
filelock==3.9.0
|
@@ -8,15 +9,17 @@ Jinja2==3.1.2
|
|
8 |
MarkupSafe==2.1.2
|
9 |
mpmath==1.2.1
|
10 |
networkx==3.0
|
11 |
-
numpy==1.
|
12 |
opencv-python==4.8.0.76
|
13 |
packaging==23.1
|
14 |
-
Pillow==9.
|
15 |
PyYAML==6.0.1
|
16 |
regex==2023.8.8
|
17 |
requests==2.28.1
|
18 |
safetensors==0.3.3
|
19 |
sympy==1.11.1
|
|
|
|
|
20 |
tokenizers==0.13.3
|
21 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
22 |
torch==2.0.1+cpu
|
|
|
1 |
+
accelerate==0.22.0
|
2 |
certifi==2022.12.7
|
3 |
charset-normalizer==2.1.1
|
4 |
filelock==3.9.0
|
|
|
9 |
MarkupSafe==2.1.2
|
10 |
mpmath==1.2.1
|
11 |
networkx==3.0
|
12 |
+
numpy==1.25.2
|
13 |
opencv-python==4.8.0.76
|
14 |
packaging==23.1
|
15 |
+
Pillow==9.5.0
|
16 |
PyYAML==6.0.1
|
17 |
regex==2023.8.8
|
18 |
requests==2.28.1
|
19 |
safetensors==0.3.3
|
20 |
sympy==1.11.1
|
21 |
+
timm==0.9.5
|
22 |
+
pycocotools==2.0.7
|
23 |
tokenizers==0.13.3
|
24 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
25 |
torch==2.0.1+cpu
|