Spaces:
Runtime error
Runtime error
chinmaydan
commited on
Commit
•
1e35930
1
Parent(s):
87efb00
Changed requirements to omegaconf == 2.0.5 and added fairseq==0.12.2
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -9,6 +9,7 @@ torch<=1.13.1
|
|
9 |
pydub
|
10 |
huggingface_hub
|
11 |
requests
|
12 |
-
omegaconf==2.
|
13 |
pynvml
|
14 |
-
tensorboardX
|
|
|
|
9 |
pydub
|
10 |
huggingface_hub
|
11 |
requests
|
12 |
+
omegaconf==2.0.5
|
13 |
pynvml
|
14 |
+
tensorboardX
|
15 |
+
fairseq==0.12.2
|