Skip to content

Commit

Permalink
Merge pull request #184 from RaisingAwesome/Pytorch2.1Error
Browse files Browse the repository at this point in the history
Update go-applio-manager.bat for PyTorch 2.1
  • Loading branch information
blaisewf authored Jan 8, 2024
2 parents 3d93b52 + ded9937 commit c80e382
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go-applio-manager.bat
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ call "%CONDA_ROOT_PREFIX%\condabin\conda.bat" activate "%INSTALL_ENV_DIR%"
pip install -r %principal%\assets\requirements\requirements.txt
pip install future==0.18.2
pip uninstall torch torchvision torchaudio -y
pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu117
pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu121
goto reinstallFinished
)

Expand Down Expand Up @@ -221,7 +221,7 @@ pip install -r assets/requirements/requirements.txt
echo.
pip uninstall torch torchvision torchaudio -y
echo.
pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu117
pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu121
echo.
echo.
cls
Expand Down Expand Up @@ -363,7 +363,7 @@ pip install -r assets/requirements/requirements.txt
echo.
pip uninstall torch torchvision torchaudio -y
echo.
pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu117
pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu121
echo.
echo.
cls
Expand Down Expand Up @@ -456,7 +456,7 @@ call "%CONDA_ROOT_PREFIX%\condabin\conda.bat" activate "%INSTALL_ENV_DIR%"
pip install -r %principal%\assets\requirements\requirements.txt
pip install future==0.18.2
pip uninstall torch torchvision torchaudio -y
pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu117
pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu121
cls
echo Conda env downloaded!
echo.
Expand Down

0 comments on commit c80e382

Please sign in to comment.