Spaces:
Runtime error
Runtime error
Create pre-requirements.txt
Browse files- pre-requirements.txt +6 -0
pre-requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.1+cu117
|
2 |
+
torchvision==0.15.2+cu117
|
3 |
+
torchaudio==2.0.2
|
4 |
+
lightning==2.0.0
|
5 |
+
omegaconf==2.3.0
|
6 |
+
ninja
|