2023-02-17 00:08:27 +00:00
|
|
|
python -m venv venv
|
|
|
|
call .\venv\Scripts\activate.bat
|
|
|
|
python -m pip install --upgrade pip
|
|
|
|
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
|
2023-02-19 05:29:01 +00:00
|
|
|
.\setup-tortoise.bat
|
2023-02-18 16:20:26 +00:00
|
|
|
.\setup-training.bat
|
2023-02-19 05:29:01 +00:00
|
|
|
python -m pip install -r ./requirements.txt
|
2023-02-17 00:08:27 +00:00
|
|
|
deactivate
|
|
|
|
pause
|