Spaces:
Runtime error
Runtime error
Commit
·
8cbb3f1
1
Parent(s):
7a5c6a0
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torchvision==0.13.1
|
| 2 |
+
opencv-contrib-python==4.3.0.36
|
| 3 |
+
pytorch-lightning==1.5.0
|
| 4 |
+
einops==0.3.0
|
| 5 |
+
omegaconf==2.1.1
|
| 6 |
+
transformers==4.19.2
|