Spaces:
Build error
Build error
Commit
·
15aefee
1
Parent(s):
33efdd3
dfddfffd
Browse files- pre-requirements.txt +1 -1
- requirements.txt +1 -3
pre-requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
pip<24.1
|
2 |
-
omegaconf
|
3 |
hydra-core==1.0.7
|
|
|
1 |
pip<24.1
|
2 |
+
omegaconf>=2.0.5,<2.1
|
3 |
hydra-core==1.0.7
|
requirements.txt
CHANGED
@@ -9,6 +9,4 @@ pydantic>=2.3.0
|
|
9 |
openai-whisper>=0.0.1
|
10 |
tqdm>=4.66.1
|
11 |
requests>=2.31.0
|
12 |
-
git+https://github.com/pytorch/fairseq.git@ecbf110e1eb43861214b05fa001eff584954f65a
|
13 |
-
omegaconf @ git+https://github.com/omry/omegaconf.git@fd9109cff74d05794e14562dcbdde442eb24635d
|
14 |
-
hydra-core==1.0.7
|
|
|
9 |
openai-whisper>=0.0.1
|
10 |
tqdm>=4.66.1
|
11 |
requests>=2.31.0
|
12 |
+
git+https://github.com/pytorch/fairseq.git@ecbf110e1eb43861214b05fa001eff584954f65a
|
|
|
|