Skip to content

Commit

Permalink
Update to pytorch 2.4.1 to solve missing .dll on windows (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlou05 authored Sep 5, 2024
1 parent 6fd8332 commit 59c4d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# For any non-Jetson computer (i.e. all developers)
--extra-index-url https://download.pytorch.org/whl/cu124
torch==2.4.0
torchvision==0.19.0
torch==2.4.1
torchvision==0.19.1
ultralytics

# Linters and formatters are explicitly versioned
Expand Down

0 comments on commit 59c4d63

Please sign in to comment.