Skip to content

Commit 684ccfb

Browse files
committed
tmp: build only for torch 2.10
1 parent bcbd424 commit 684ccfb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/wheels.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ jobs:
2222
torch_version: ${{ matrix.torch_version }}
2323
cuda_short_version: ${{ matrix.cuda_short_version }}
2424

25-
build-pypi:
26-
# Single canonical build intended for PyPI: no local CUDA/torch suffix
27-
strategy:
28-
fail-fast: false
29-
matrix:
30-
os: ['ubuntu-22.04']
31-
python: ['3.10', '3.11', '3.12']
32-
33-
uses: ./.github/workflows/wheels_build.yml
34-
with:
35-
os: ${{ matrix.os }}
36-
python: ${{ matrix.python }}
37-
torch_version: '2.9.0'
38-
cuda_short_version: '128'
39-
append_local_version: '0' # 0 to disable local version suffix
25+
# build-pypi:
26+
# # Single canonical build intended for PyPI: no local CUDA/torch suffix
27+
# strategy:
28+
# fail-fast: false
29+
# matrix:
30+
# os: ['ubuntu-22.04']
31+
# python: ['3.10', '3.11', '3.12']
32+
33+
# uses: ./.github/workflows/wheels_build.yml
34+
# with:
35+
# os: ${{ matrix.os }}
36+
# python: ${{ matrix.python }}
37+
# torch_version: '2.9.0'
38+
# cuda_short_version: '128'
39+
# append_local_version: '0' # 0 to disable local version suffix
4040

4141
# publish to GitHub Release
4242
# gh_release:

0 commit comments

Comments
 (0)