S3TVR-Demo / setup.sh
yalsaffar's picture
init
aa7cb02
#!/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