Skip to content

Commit

Permalink
Add PyTorch 2.2.2 to job generator
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroPsota committed Mar 28, 2024
1 parent fe278f0 commit f842cae
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 @@ -27,6 +27,7 @@ class TorchRelease:
"2.1.2": TorchRelease(("3.8", "3.9", "3.10", "3.11"), ("cpu", "cu118", "cu121", "rocm5.6")),
"2.2.0": TorchRelease(("3.8", "3.9", "3.10", "3.11", "3.12"), ("cpu", "cu118", "cu121", "rocm5.7")),
"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")),
}


Expand Down

0 comments on commit f842cae

Please sign in to comment.