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 05cbe44 commit 668db80Copy full SHA for 668db80
1 file changed
.github/workflows/publish.yaml
@@ -65,6 +65,15 @@ jobs:
65
cuda-version: "13.0.1"
66
- torch-version: "2.8.0"
67
68
+ # PyTorch 2.7+ pip wheels use CXX11_ABI=1 by default, no need for FALSE
69
+ - torch-version: "2.7.1"
70
+ cxx11_abi: "FALSE"
71
+ - torch-version: "2.8.0"
72
73
+ - torch-version: "2.9.1"
74
75
+ - torch-version: "2.10.0"
76
77
78
uses: ./.github/workflows/_build.yml
79
with:
0 commit comments