2023-02-08 23:03:52 +00:00
|
|
|
python -m venv tortoise-venv
|
|
|
|
call .\tortoise-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
|
|
|
|
python -m pip install -r ./requirements.txt
|
2023-02-16 19:48:06 +00:00
|
|
|
python -m pip install -r ./requirements_legacy.txt
|
2023-02-08 23:03:52 +00:00
|
|
|
deactivate
|
|
|
|
pause
|