Skip to content

Commit

Permalink
Add CUDA 12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Aug 15, 2023
1 parent d15cb91 commit b23e264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
pytorch: "1.12.*"

# Latest supported versions (with CUDA)
- name: Linux (CUDA 11.8, Python 3.10, PyTorch 2.0)
- name: Linux (CUDA 12.2, Python 3.10, PyTorch 2.0)
enable_cuda: true
cuda: "11.8.0"
cuda: "12.2.0"
gcc: "10.3.*"
nvcc: "11.8"
python: "3.10.*"
Expand All @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v2

- name: Install CUDA Toolkit
uses: Jimver/[email protected].10
uses: Jimver/[email protected].11
with:
cuda: ${{ matrix.cuda }}
linux-local-args: '["--toolkit", "--override"]'
Expand Down

0 comments on commit b23e264

Please sign in to comment.