Skip to content

Commit

Permalink
Build wheels for torch 2.2.2 (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Mar 29, 2024
1 parent 99f5979 commit e8158de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/github_actions/generate_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,16 @@ def generate_build_matrix(
if not for_windows
else ["11.8.0", "12.1.0"],
},
"2.2.2": {
"python-version": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"cuda": ["11.8", "12.1"] # default 12.1
if not for_windows
else ["11.8.0", "12.1.0"],
},
# https://github.com/Jimver/cuda-toolkit/blob/master/src/links/windows-links.ts
}
if test_only_latest_torch:
latest = "2.2.1"
latest = "2.2.2"
matrix = {latest: matrix[latest]}

if for_windows or for_macos:
Expand Down

0 comments on commit e8158de

Please sign in to comment.