Spaces:
Build error
Build error
mariagrandury
commited on
Commit
•
ae526fc
1
Parent(s):
a7fe4f8
Downgrade torch
Browse filesDowngrade torch back to the original version, the dependencies conflict needs to be properly addressed with a package manager:
```
ERROR: Cannot install -r requirements.txt (line 10) and torch==1.13.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested torch==1.13.1
farm-haystack 1.3.0 depends on torch<1.11 and >1.9
```
- 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.10.2
|
4 |
librosa==0.9.1
|
5 |
numpy==1.21
|
6 |
gradio==2.8.13
|