wli3221134 commited on
Commit
c16a4df
·
verified ·
1 Parent(s): 6050d09

Delete env.sh

Browse files
Files changed (1) hide show
  1. env.sh +0 -26
env.sh DELETED
@@ -1,26 +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
- # Raise error if any command fails
7
- set -e
8
-
9
- # Install ffmpeg in Linux
10
- conda install -c conda-forge ffmpeg
11
-
12
- # Pip packages
13
- pip install setuptools ruamel.yaml tqdm colorama easydict tabulate loguru json5 Cython unidecode inflect argparse g2p_en tgt librosa==0.9.1 matplotlib typeguard einops omegaconf hydra-core humanfriendly pandas munch
14
-
15
- pip install tensorboard tensorboardX torch==2.0.1 torchaudio==2.0.2 torchvision==0.15.2 accelerate==0.24.1 transformers==4.41.2 diffusers praat-parselmouth audiomentations pedalboard ffmpeg-python==0.2.0 pyworld diffsptk==1.0.1 nnAudio unidecode inflect ptwt
16
-
17
- pip install https://github.com/vBaiCai/python-pesq/archive/master.zip
18
-
19
- pip install fairseq
20
-
21
- pip install git+https://github.com/lhotse-speech/lhotse
22
-
23
- pip install black==24.1.1
24
-
25
- # Uninstall nvidia-cublas-cu11 if there exist some bugs about CUDA version
26
- # pip uninstall nvidia-cublas-cu11