Spaces:
Runtime error
Runtime error
Commit
·
8bc845b
1
Parent(s):
eb8e39b
remove hard coded torch versions
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
-
torch==2.0.1
|
3 |
-
torchaudio==2.0.2
|
4 |
-
torchvision==0.15.2
|
5 |
gdown
|
6 |
lightning==2.0.0
|
7 |
transformers==4.28.1
|
@@ -12,4 +8,4 @@ soundfile==0.12.1
|
|
12 |
wget==3.2
|
13 |
h5py==3.8.0
|
14 |
gradio==3.47.1
|
15 |
-
torchlibrosa==0.1.0
|
|
|
|
|
|
|
|
|
|
|
1 |
gdown
|
2 |
lightning==2.0.0
|
3 |
transformers==4.28.1
|
|
|
8 |
wget==3.2
|
9 |
h5py==3.8.0
|
10 |
gradio==3.47.1
|
11 |
+
torchlibrosa==0.1.0
|