Spaces:
Build error
Build error
mariagrandury
commited on
Commit
•
de29be7
1
Parent(s):
1d3e044
Upgrade torch version
Browse filesUpgrade torch version to fix the following error:
```
ERROR: Could not find a version that satisfies the requirement torch==1.10.2 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0)
ERROR: No matching distribution found for torch==1.10.2
```
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
nltk==3.7
|
2 |
transformers==4.13.0
|
3 |
-
torch==1.
|
4 |
librosa==0.9.1
|
5 |
numpy==1.21
|
6 |
gradio==2.8.13
|
|
|
1 |
nltk==3.7
|
2 |
transformers==4.13.0
|
3 |
+
torch==1.13.1
|
4 |
librosa==0.9.1
|
5 |
numpy==1.21
|
6 |
gradio==2.8.13
|