Skip to content

Commit 668db80

Browse files
committed
[CI] Exclude CXX11_ABI=0 for Pytorch 2.7+
1 parent 05cbe44 commit 668db80

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ jobs:
6565
cuda-version: "13.0.1"
6666
- torch-version: "2.8.0"
6767
cuda-version: "13.0.1"
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+
cxx11_abi: "FALSE"
73+
- torch-version: "2.9.1"
74+
cxx11_abi: "FALSE"
75+
- torch-version: "2.10.0"
76+
cxx11_abi: "FALSE"
6877

6978
uses: ./.github/workflows/_build.yml
7079
with:

0 commit comments

Comments
 (0)