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