Skip to content

Commit a51a7b3

Browse files
committed
[CI] Compile for pytorch 2.2.0
1 parent c7bca02 commit a51a7b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
4545
os: [ubuntu-20.04]
4646
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
47-
torch-version: ['1.12.1', '1.13.1', '2.0.1', '2.1.2', '2.2.0.dev20231210']
48-
cuda-version: ['11.8.0', '12.2.0']
47+
torch-version: ['1.12.1', '1.13.1', '2.0.1', '2.1.2', '2.2.0']
48+
cuda-version: ['11.8.0', '12.2.2']
4949
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.
5050
# Pytorch wheels currently don't use it, but nvcr images have Pytorch compiled with C++11 ABI.
5151
# Without this we get import error (undefined symbol: _ZN3c105ErrorC2ENS_14SourceLocationESs)
@@ -60,7 +60,7 @@ jobs:
6060
python-version: '3.7'
6161
- torch-version: '2.1.2'
6262
python-version: '3.7'
63-
- torch-version: '2.2.0.dev20231210'
63+
- torch-version: '2.2.0'
6464
python-version: '3.7'
6565
# Pytorch <= 2.0 only supports CUDA <= 11.8
6666
- torch-version: '1.12.1'
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Install CUDA ${{ matrix.cuda-version }}
103103
if: ${{ matrix.cuda-version != 'cpu' }}
104-
uses: Jimver/cuda-toolkit@v0.2.11
104+
uses: Jimver/cuda-toolkit@v0.2.14
105105
id: cuda-toolkit
106106
with:
107107
cuda: ${{ matrix.cuda-version }}

0 commit comments

Comments
 (0)