Update requirements.txt
Browse files- requirements.txt +27 -3
requirements.txt
CHANGED
@@ -1,9 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Pillow==10.1.0
|
|
|
|
|
|
|
|
|
|
|
2 |
torch==2.1.2
|
3 |
torchvision==0.16.2
|
|
|
|
|
4 |
transformers==4.40.0
|
|
|
|
|
|
|
|
|
5 |
sentencepiece==0.1.99
|
6 |
-
|
|
|
7 |
gradio
|
8 |
-
|
9 |
-
numpy
|
|
|
1 |
+
packaging==23.2
|
2 |
+
addict==2.4.0
|
3 |
+
editdistance==0.6.2
|
4 |
+
einops==0.7.0
|
5 |
+
fairscale==0.4.0
|
6 |
+
jsonlines==4.0.0
|
7 |
+
markdown2==2.4.10
|
8 |
+
matplotlib==3.7.4
|
9 |
+
more_itertools==10.1.0
|
10 |
+
nltk==3.8.1
|
11 |
+
numpy==1.24.4
|
12 |
+
opencv_python_headless==4.5.5.64
|
13 |
+
openpyxl==3.1.2
|
14 |
Pillow==10.1.0
|
15 |
+
sacrebleu==2.3.2
|
16 |
+
seaborn==0.13.0
|
17 |
+
shortuuid==1.0.11
|
18 |
+
spacy==3.7.2
|
19 |
+
timm==0.9.10
|
20 |
torch==2.1.2
|
21 |
torchvision==0.16.2
|
22 |
+
tqdm==4.66.1
|
23 |
+
protobuf==4.25.0
|
24 |
transformers==4.40.0
|
25 |
+
typing_extensions==4.8.0
|
26 |
+
uvicorn==0.24.0.post1
|
27 |
+
#xformers==0.0.22.post7
|
28 |
+
#flash_attn==2.3.4
|
29 |
sentencepiece==0.1.99
|
30 |
+
accelerate==0.30.1
|
31 |
+
socksio==1.0.0
|
32 |
gradio
|
33 |
+
gradio_client
|
|