bwingenroth
commited on
Upload requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.9.0
|
2 |
+
torchvision==0.10.0
|
3 |
+
timm
|
4 |
+
Pillow
|
5 |
+
blobfile
|
6 |
+
mypy
|
7 |
+
numpy
|
8 |
+
pytest
|
9 |
+
requests
|
10 |
+
einops
|
11 |
+
tensorboardX
|
12 |
+
deepspeed==0.4.0
|
13 |
+
scipy
|
14 |
+
opencv-python
|
15 |
+
gradio==4.12.0
|