|
44 | 44 | # manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
|
45 | 45 | os: [ubuntu-20.04]
|
46 | 46 | 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'] |
49 | 49 | # We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.
|
50 | 50 | # Pytorch wheels currently don't use it, but nvcr images have Pytorch compiled with C++11 ABI.
|
51 | 51 | # Without this we get import error (undefined symbol: _ZN3c105ErrorC2ENS_14SourceLocationESs)
|
|
60 | 60 | python-version: '3.7'
|
61 | 61 | - torch-version: '2.1.2'
|
62 | 62 | python-version: '3.7'
|
63 |
| - - torch-version: '2.2.0.dev20231210' |
| 63 | + - torch-version: '2.2.0' |
64 | 64 | python-version: '3.7'
|
65 | 65 | # Pytorch <= 2.0 only supports CUDA <= 11.8
|
66 | 66 | - torch-version: '1.12.1'
|
@@ -101,7 +101,7 @@ jobs:
|
101 | 101 |
|
102 | 102 | - name: Install CUDA ${{ matrix.cuda-version }}
|
103 | 103 | if: ${{ matrix.cuda-version != 'cpu' }}
|
104 |
| - uses: Jimver/cuda-toolkit@v0.2.11 |
| 104 | + uses: Jimver/cuda-toolkit@v0.2.14 |
105 | 105 | id: cuda-toolkit
|
106 | 106 | with:
|
107 | 107 | cuda: ${{ matrix.cuda-version }}
|
|
0 commit comments