Skip to content

Commit 35060e7

Browse files
committed
[CI] Compile for pytorch 2.2.2 and 2.3.0
1 parent ec6d221 commit 35060e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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', '2.3.0.dev20240207']
47+
torch-version: ['1.12.1', '1.13.1', '2.0.1', '2.1.2', '2.2.2', '2.3.0']
4848
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.
@@ -61,9 +61,9 @@ jobs:
6161
python-version: '3.7'
6262
- torch-version: '2.1.2'
6363
python-version: '3.7'
64-
- torch-version: '2.2.0'
64+
- torch-version: '2.2.2'
6565
python-version: '3.7'
66-
- torch-version: '2.3.0.dev20240207'
66+
- torch-version: '2.3.0'
6767
python-version: '3.7'
6868
# Pytorch <= 2.0 only supports CUDA <= 11.8
6969
- torch-version: '1.12.1'

0 commit comments

Comments
 (0)