-
Notifications
You must be signed in to change notification settings - Fork 18
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
1 parent
d15cb91
commit b23e264
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -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.*" | ||
|
@@ -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"]' | ||
|