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 4d9cec0 commit 2d7f6b6Copy full SHA for 2d7f6b6
.github/workflows/publish.yml
@@ -44,8 +44,8 @@ jobs:
44
# Using ubuntu-22.04 instead of 24.04 for more compatibility (glibc). Ideally we'd use the
45
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
46
os: [ubuntu-22.04]
47
- python-version: ["3.9", "3.10", "3.12"]
48
- torch-version: ["2.6.0", "2.7.1", "2.8.0"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
+ torch-version: ["2.5.1", "2.6.0", "2.7.1", "2.8.0"]
49
cuda-version: ["12.9.1"]
50
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.
51
# Pytorch wheels currently don't use it, but nvcr images have Pytorch compiled with C++11 ABI.
0 commit comments