Spaces:
Running
Running
Delete env.sh
Browse files
env.sh
DELETED
@@ -1,27 +0,0 @@
|
|
1 |
-
# Copyright (c) 2023 Amphion.
|
2 |
-
#
|
3 |
-
# This source code is licensed under the MIT license found in the
|
4 |
-
# LICENSE file in the root directory of this source tree.
|
5 |
-
|
6 |
-
# Install ffmpeg in Linux
|
7 |
-
conda install -c conda-forge ffmpeg
|
8 |
-
|
9 |
-
# Pip packages
|
10 |
-
pip install setuptools ruamel.yaml tqdm colorama easydict tabulate loguru json5 Cython unidecode inflect argparse g2p_en tgt librosa matplotlib typeguard einops omegaconf hydra-core humanfriendly pandas
|
11 |
-
|
12 |
-
pip install tensorboard tensorboardX torch==2.0.1 torchaudio==2.0.2 torchvision==0.15.2 transformers diffusers accelerate praat-parselmouth audiomentations pedalboard ffmpeg-python==0.2.0 pyworld diffsptk nnAudio unidecode inflect ptwt
|
13 |
-
|
14 |
-
pip install torchmetrics pymcd openai-whisper frechet_audio_distance asteroid
|
15 |
-
|
16 |
-
pip install https://github.com/vBaiCai/python-pesq/archive/master.zip
|
17 |
-
|
18 |
-
pip install fairseq
|
19 |
-
|
20 |
-
pip install git+https://github.com/lhotse-speech/lhotse
|
21 |
-
|
22 |
-
pip install -U encodec
|
23 |
-
|
24 |
-
pip install phonemizer==3.2.1 pypinyin==0.48.0
|
25 |
-
|
26 |
-
# Uninstall nvidia-cublas-cu11 if there exist some bugs about CUDA version
|
27 |
-
# pip uninstall nvidia-cublas-cu11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|