Skip to content

Commit

Permalink
Update install_pytorch.bat
Browse files Browse the repository at this point in the history
Signed-off-by: Bubbles The Dev <[email protected]>
  • Loading branch information
KernFerm authored Oct 29, 2024
1 parent 5c121f7 commit c7fa58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_pytorch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if %errorlevel% neq 0 (

echo Installing PyTorch, TorchVision, and Torchaudio...

pip3 install torch==2.5.0+cu118 torchvision==0.20.0+cu118 torchaudio==2.5.0+cu118 --index-url https://download.pytorch.org/whl/cu118
pip3 install torch==2.5.1+cu118 torchvision==0.20.1+cu118 torchaudio==2.5.1+cu118 --index-url https://download.pytorch.org/whl/cu118

if %errorlevel% neq 0 (
echo Installation failed.
Expand Down

0 comments on commit c7fa58c

Please sign in to comment.