Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 14, 2024
1 parent 4466561 commit c0de964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python3 -m pip install --upgrade pyinstaller
python3 -m pip install msvc-runtime

# Install CPU versions of torch (smaller file size)
pip install torch==2.3.1+cpu torchvision-cpu==0.18.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==2.3.1+cpu torchvision==0.18.1+cpu -f https://download.pytorch.org/whl/torch_stable.html

# upgrade packages
pip install -r requirements.txt
Expand Down

0 comments on commit c0de964

Please sign in to comment.