Skip to content

Commit

Permalink
Add PyTorch 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroPsota committed Jun 7, 2024
1 parent e8c942d commit b39bc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class TorchRelease:
"2.2.1": TorchRelease(("3.8", "3.9", "3.10", "3.11", "3.12"), ("cpu", "cu118", "cu121", "rocm5.7")),
"2.2.2": TorchRelease(("3.8", "3.9", "3.10", "3.11", "3.12"), ("cpu", "cu118", "cu121", "rocm5.7")),
"2.3.0": TorchRelease(("3.8", "3.9", "3.10", "3.11", "3.12"), ("cpu", "cu118", "cu121", "rocm6.0")),
"2.3.1": TorchRelease(("3.8", "3.9", "3.10", "3.11", "3.12"), ("cpu", "cu118", "cu121", "rocm6.0")),
}


Expand Down

0 comments on commit b39bc34

Please sign in to comment.