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 31, 2024
1 parent c7fa58c commit 6832542
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
@@ -1,6 +1,6 @@
@echo off

REM Install PyTorch 2.5.0+cu118+cu118, TorchVision 0.20.0+cu118, and Torchaudio 2.5.0+cu118+cu118 with CUDA 11.8 support
REM Install PyTorch 2.5.1+cu118, TorchVision 0.20.1+cu118, and Torchaudio 2.5.1+cu118+cu118 with CUDA 11.8 support

python --version >nul 2>&1
if %errorlevel% neq 0 (
Expand Down

0 comments on commit 6832542

Please sign in to comment.