Skip to content

Commit

Permalink
Update setup.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Apr 30, 2023
1 parent 8dd64cc commit f80303e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gui-user.bat
gui-user.ps1
.vscode
wandb
logs
3 changes: 1 addition & 2 deletions setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f80303e

Please sign in to comment.