9 lines
307 B
Batchfile
Executable File
9 lines
307 B
Batchfile
Executable File
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
|
|
.\setup-tortoise.bat
|
|
.\setup-training.bat
|
|
python -m pip install -r ./requirements.txt
|
|
deactivate
|
|
pause |