Skip to content

Commit 68a7f37

Browse files
authored
add torch 2.8.0 and 2.9.0
1 parent 10b5d63 commit 68a7f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
4545
os: [ubuntu-22.04]
4646
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
47-
torch-version: ["2.4.0", "2.5.1", "2.6.0", "2.7.1"]
47+
torch-version: ["2.4.0", "2.5.1", "2.6.0", "2.7.1", "2.8.0", "2.9.0"]
4848
cuda-version: ["11.8.0", "12.9.1"]
4949
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.
5050
# Pytorch wheels currently don't use it, but nvcr images have Pytorch compiled with C++11 ABI.

0 commit comments

Comments
 (0)