diff --git a/scripts/github_actions/generate_build_matrix.py b/scripts/github_actions/generate_build_matrix.py index 492e274..d899359 100755 --- a/scripts/github_actions/generate_build_matrix.py +++ b/scripts/github_actions/generate_build_matrix.py @@ -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: