-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,8 +44,8 @@ jobs: | |
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux. | ||
os: [ubuntu-20.04] | ||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] | ||
torch-version: ['1.12.1', '1.13.1', '2.0.1', '2.1.2', '2.2.0.dev20231210'] | ||
cuda-version: ['11.8.0', '12.2.0'] | ||
torch-version: ['1.12.1', '1.13.1', '2.0.1', '2.1.2', '2.2.0'] | ||
cuda-version: ['11.8.0', '12.2.2'] | ||
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not. | ||
# Pytorch wheels currently don't use it, but nvcr images have Pytorch compiled with C++11 ABI. | ||
# Without this we get import error (undefined symbol: _ZN3c105ErrorC2ENS_14SourceLocationESs) | ||
|
@@ -60,7 +60,7 @@ jobs: | |
python-version: '3.7' | ||
- torch-version: '2.1.2' | ||
python-version: '3.7' | ||
- torch-version: '2.2.0.dev20231210' | ||
- torch-version: '2.2.0' | ||
python-version: '3.7' | ||
# Pytorch <= 2.0 only supports CUDA <= 11.8 | ||
- torch-version: '1.12.1' | ||
|
@@ -101,7 +101,7 @@ jobs: | |
|
||
- name: Install CUDA ${{ matrix.cuda-version }} | ||
if: ${{ matrix.cuda-version != 'cpu' }} | ||
uses: Jimver/[email protected].11 | ||
uses: Jimver/[email protected].14 | ||
id: cuda-toolkit | ||
with: | ||
cuda: ${{ matrix.cuda-version }} | ||
|