Spaces:
Sleeping
Sleeping
Commit
·
3db423f
1
Parent(s):
957e2dc
Bug fix: Updating torch to 1.11.0 and torchaudio to 0.11.0
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
torch==1.
|
| 2 |
-
torchaudio==0.
|
| 3 |
torchvision
|
| 4 |
torchcrepe
|
| 5 |
tensorboard
|
|
|
|
| 1 |
+
torch==1.11.0
|
| 2 |
+
torchaudio==0.11.0
|
| 3 |
torchvision
|
| 4 |
torchcrepe
|
| 5 |
tensorboard
|