Skip to content

Commit

Permalink
Add 2.5.1 PyTorch & Torchvision (#4128)
Browse files Browse the repository at this point in the history
upgrade torch version
  • Loading branch information
eugene123tw authored Nov 25, 2024
1 parent a92db5d commit 299711e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/otx/cli/utils/installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"2.3.0": {"torchvision": "0.18.0", "cuda": ("11.8", "12.1")},
"2.3.1": {"torchvision": "0.18.1", "cuda": ("11.8", "12.1")},
"2.4.0": {"torchvision": "0.19.0", "cuda": ("11.8", "12.1", "12.4")},
"2.5.1": {"torchvision": "0.20.1", "cuda": ("11.8", "12.1", "12.4")},
}

MM_REQUIREMENTS = [
Expand Down

0 comments on commit 299711e

Please sign in to comment.