Update requirements.txt
Browse files- requirements.txt +34 -3
requirements.txt
CHANGED
@@ -1,5 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
|
|
2 |
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
packaging
|
2 |
+
accelerate==0.25.0
|
3 |
+
sentencepiece
|
4 |
+
einops==0.4.1
|
5 |
+
fastapi==0.100.1
|
6 |
+
markdown2==2.4.10
|
7 |
+
openai==0.27.8
|
8 |
+
opencv_python==4.8.0.74
|
9 |
+
Pillow==9.4.0
|
10 |
+
pycocotools==2.0.6
|
11 |
+
ray==2.6.1
|
12 |
+
Requests==2.31.0
|
13 |
+
shortuuid==1.0.11
|
14 |
+
tqdm
|
15 |
+
transformers==4.31.0
|
16 |
+
uvicorn==0.23.2
|
17 |
+
scipy==1.11.2
|
18 |
+
blobfile
|
19 |
+
mypy
|
20 |
+
pytest
|
21 |
+
requests
|
22 |
+
tensorboardX
|
23 |
+
ftfy
|
24 |
+
opencv-python
|
25 |
+
pyarrow
|
26 |
+
torchmetrics==0.7.3
|
27 |
+
# deepspeed
|
28 |
+
pycocoevalcap
|
29 |
+
torchscale
|
30 |
gradio
|
31 |
+
timm
|
32 |
torch
|
33 |
+
hydra-core
|
34 |
+
setuptools==59.8.0
|
35 |
+
bitsandbytes
|
36 |
+
# numpy==1.21.6
|