Update setup.bat

pull/699/head
bmaltais 2023-04-29 20:51:53 -04:00
parent 8dd64cc428
commit f80303e44e
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ gui-user.bat
gui-user.ps1
.vscode
wandb
logs

View File

@ -21,8 +21,7 @@ echo [2] - No (recommanded for most)
set /p uninstall_choice="Enter your choice (1 or 2): "
if %uninstall_choice%==1 (
pip uninstall -y xformers
pip uninstall -y torch torchvision
pip uninstall -y xformers torch torchvision triton
)
echo Please choose the version of torch you want to install: