2023-02-19 21:41:51 +00:00
|
|
|
git submodule init
|
2023-02-23 07:05:39 +00:00
|
|
|
git submodule update --remote
|
2023-02-19 21:41:51 +00:00
|
|
|
|
2023-02-17 00:08:27 +00:00
|
|
|
python -m venv venv
|
|
|
|
call .\venv\Scripts\activate.bat
|
|
|
|
python -m pip install --upgrade pip
|
2023-10-12 00:27:46 +00:00
|
|
|
python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
2023-03-10 04:22:47 +00:00
|
|
|
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
|
2023-03-21 15:46:53 +00:00
|
|
|
python -m pip install -e .\modules\dlas\
|
2023-03-11 16:55:19 +00:00
|
|
|
python -m pip install -r .\requirements.txt
|
2023-02-23 06:24:54 +00:00
|
|
|
|
2023-03-16 20:48:48 +00:00
|
|
|
# setup BnB
|
|
|
|
.\setup-cuda-bnb.bat
|
2023-03-09 04:03:57 +00:00
|
|
|
|
|
|
|
del *.sh
|
2023-02-23 06:24:54 +00:00
|
|
|
|
2023-03-02 01:35:12 +00:00
|
|
|
pause
|
2023-03-16 20:48:48 +00:00
|
|
|
deactivate
|