We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b5d63 commit 68a7f37Copy full SHA for 68a7f37
.github/workflows/publish.yaml
@@ -44,7 +44,7 @@ jobs:
44
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
45
os: [ubuntu-22.04]
46
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"]
+ torch-version: ["2.4.0", "2.5.1", "2.6.0", "2.7.1", "2.8.0", "2.9.0"]
48
cuda-version: ["11.8.0", "12.9.1"]
49
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.
50
# Pytorch wheels currently don't use it, but nvcr images have Pytorch compiled with C++11 ABI.
0 commit comments