Commit
·
47b2d6e
1
Parent(s):
35a24d7
re-add back fairseq
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
stftpitchshift==1.5.1
|
2 |
torchcrepe
|
3 |
setuptools
|
@@ -16,7 +17,6 @@ mega.py
|
|
16 |
gdown==5.1.0
|
17 |
onnxruntime
|
18 |
pyngrok==4.1.12
|
19 |
-
audiocraft @ git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0
|
20 |
xformers==0.0.22
|
21 |
torchaudio==2.0.2
|
22 |
torch==2.0.1 # this assumes your system is compatible with CUDA 11.7, otherwise checkout https://pytorch.org/get-started/previous-versions/#v201
|
@@ -25,4 +25,5 @@ phonemizer==3.2.1
|
|
25 |
datasets==2.16.0
|
26 |
torchmetrics==0.11.1
|
27 |
whisperx @ git+https://github.com/m-bain/whisperx.git
|
|
|
28 |
# install MFA for getting forced-alignment, this could take a few minutes
|
|
|
1 |
+
audiocraft @ git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0
|
2 |
stftpitchshift==1.5.1
|
3 |
torchcrepe
|
4 |
setuptools
|
|
|
17 |
gdown==5.1.0
|
18 |
onnxruntime
|
19 |
pyngrok==4.1.12
|
|
|
20 |
xformers==0.0.22
|
21 |
torchaudio==2.0.2
|
22 |
torch==2.0.1 # this assumes your system is compatible with CUDA 11.7, otherwise checkout https://pytorch.org/get-started/previous-versions/#v201
|
|
|
25 |
datasets==2.16.0
|
26 |
torchmetrics==0.11.1
|
27 |
whisperx @ git+https://github.com/m-bain/whisperx.git
|
28 |
+
fairseq
|
29 |
# install MFA for getting forced-alignment, this could take a few minutes
|