Skip to content

Commit

Permalink
support torch 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Nov 26, 2024
1 parent c1aefb6 commit df6330b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github_actions/generate_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def generate_build_matrix(enable_cuda, for_windows, for_macos, test_only_latest_
# https://github.com/Jimver/cuda-toolkit/blob/master/src/links/windows-links.ts
}
if test_only_latest_torch:
latest = "2.5.0"
latest = "2.5.1"
matrix = {latest: matrix[latest]}

if for_windows or for_macos:
Expand Down

0 comments on commit df6330b

Please sign in to comment.