support torch 2.5.1

This commit is contained in:
Fangjun Kuang 2024-11-26 10:15:56 +08:00
parent c1aefb643e
commit df6330b31d

View File

@ -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: