File size: 637 Bytes
aa7cb02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
git clone https://github.com/coqui-ai/TTS/ && \
cd TTS && \
make install

pip install PyAudio-0.2.11-cp37-cp37m-win_amd64.whl
pip install pybind11
pip install wheel setuptools pip --upgrade
pip install fasttext
apt-get update && apt-get install -y libsndfile1 ffmpeg
pip install Cython
# pip install nemo_toolkit['all']

# show the version of nemo in python
python -c "import nemo; print(nemo.__version__)"
pip install torch==2.2.2+cu121 -f https://download.pytorch.org/whl/cu121/torch_stable.html
pip install torchaudio==2.2.2+cu121 -f https://download.pytorch.org/whl/cu121/torch_stable.html
pip install -r requirements.txt