Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Reverted back to torch==1.13.0
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
numpy==1.25.2
|
2 |
sconf==0.2.5
|
3 |
-
torch
|
|
|
4 |
donut-python==1.0.9
|
5 |
lightning-lite==1.8.6
|
6 |
pytorch-lightning==1.9.0
|
|
|
1 |
numpy==1.25.2
|
2 |
sconf==0.2.5
|
3 |
+
torch==1.13.0
|
4 |
+
torchvision==0.14.0
|
5 |
donut-python==1.0.9
|
6 |
lightning-lite==1.8.6
|
7 |
pytorch-lightning==1.9.0
|