Merge branch 'master' of github.com:jasonppy/VoiceCraft

This commit is contained in:
jason-on-salt-a40 2024-03-28 16:22:11 -07:00
commit 2c3aaa8305
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pip install torch==2.0.1 # this assumes your system is compatible with CUDA 11.7
apt-get install ffmpeg # if you don't already have ffmpeg installed apt-get install ffmpeg # if you don't already have ffmpeg installed
pip install -e git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0#egg=audiocraft pip install -e git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0#egg=audiocraft
apt-get install espeak-ng # backend for the phonemizer installed below apt-get install espeak-ng # backend for the phonemizer installed below
pip install tensorboard=2.16.2 pip install tensorboard==2.16.2
pip install phonemizer==3.2.1 pip install phonemizer==3.2.1
pip install torchaudio==2.0.2 pip install torchaudio==2.0.2
pip install datasets==2.16.0 pip install datasets==2.16.0