Update requirements.txt
Browse files- requirements.txt +26 -4
requirements.txt
CHANGED
@@ -1,5 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
--index-url https://download.pytorch.org/whl/cpu
|
2 |
-
torch==2.0.1
|
3 |
-
torchvision==0.15.2
|
4 |
-
|
5 |
-
|
|
|
|
|
|
1 |
+
certifi==2022.12.7
|
2 |
+
charset-normalizer==2.1.1
|
3 |
+
filelock==3.9.0
|
4 |
+
fsspec==2023.6.0
|
5 |
+
huggingface-hub==0.16.4
|
6 |
+
idna==3.4
|
7 |
+
Jinja2==3.1.2
|
8 |
+
MarkupSafe==2.1.2
|
9 |
+
mpmath==1.2.1
|
10 |
+
networkx==3.0
|
11 |
+
numpy==1.24.1
|
12 |
+
opencv-python==4.8.0.76
|
13 |
+
packaging==23.1
|
14 |
+
Pillow==9.3.0
|
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 |
--index-url https://download.pytorch.org/whl/cpu
|
22 |
+
torch==2.0.1+cpu
|
23 |
+
torchvision==0.15.2+cpu
|
24 |
+
tqdm==4.66.1
|
25 |
+
transformers @ git+https://github.com/huggingface/transformers.git@f26099e7b5cf579f99a42bab6ddd371bf2c8d548
|
26 |
+
typing_extensions==4.4.0
|
27 |
+
urllib3==1.26.13
|