Skip to content

Commit

Permalink
Add PyTorch 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroPsota committed Sep 12, 2024
1 parent bcbbdbb commit 42e9ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pytorch3d==0.7.6+pt2.2.1cu121

## Supported combinations

Tested with PyTorch `1.11.0` - `2.3.0` and their respective compute platforms and supported OSes, with an exception for `cu102` on Windows (no VS 2017 on the GH `windows-2019` runner), and the `rocm` platform.
Tested with PyTorch `1.11.0` - `2.4.1` and their respective compute platforms and supported OSes, with an exception for `cu102` on Windows (no VS 2017 on the GH `windows-2019` runner), and the `rocm` platform.

## Pitfalls

Expand Down
1 change: 1 addition & 0 deletions get_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class TorchRelease:
"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")),
"2.4.0": TorchRelease(("3.8", "3.9", "3.10", "3.11", "3.12"), ("cpu", "cu118", "cu121", "cu124", "rocm6.1")),
"2.4.1": TorchRelease(("3.8", "3.9", "3.10", "3.11", "3.12"), ("cpu", "cu118", "cu121", "cu124", "rocm6.1")),
}


Expand Down

0 comments on commit 42e9ec5

Please sign in to comment.