tortoise-base / setup-directml.bat
ecker's picture
removed the hotfix pip installs that whisperx requires now that whisperx is gone
e680d84
raw
history blame
462 Bytes
git submodule init
git submodule update --remote
python -m venv venv
call .\venv\Scripts\activate.bat
python -m pip install --upgrade pip
python -m pip install torch torchvision torchaudio torch-directml
python -m pip install -r .\modules\tortoise-tts\requirements.txt
python -m pip install -e .\modules\tortoise-tts\
python -m pip install -r .\modules\dlas\requirements.txt
python -m pip install -r .\requirements.txt
del *.sh
pause
deactivate