Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed May 21, 2024
1 parent 767b7e1 commit 931bacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Oldest supported versions
- name: Linux (CUDA 11.8, Python 3.10, PyTorch 2.0)
os: ubuntu-22.04
cuda-version: "11.8"
cuda-version: "11.8.0"
gcc-version: "10.3.*"
nvcc-version: "11.8"
python-version: "3.10"
Expand All @@ -35,7 +35,7 @@ jobs:
# Latest supported versions
- name: Linux (CUDA 12, Python 3.10, PyTorch 2.1)
os: ubuntu-22.04
cuda-version: "12.4"
cuda-version: "12.4.1"
gcc-version: ""
nvcc-version: ""
python-version: "3.10"
Expand Down

0 comments on commit 931bacf

Please sign in to comment.