Skip to content

Commit

Permalink
[ci] Update CUDA versions for CI (#6539)
Browse files Browse the repository at this point in the history
* Update CUDA versions for CI

* use latest CUDA

---------

Co-authored-by: James Lamb <[email protected]>
  • Loading branch information
StrikerRUS and jameslamb authored Oct 6, 2024
1 parent 436f826 commit 718da7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
- method: wheel
compiler: gcc
python_version: "3.10"
cuda_version: "11.8.0"
linux_version: "ubuntu20.04"
cuda_version: "12.6.1"
linux_version: "ubuntu22.04"
task: cuda
- method: source
compiler: gcc
python_version: "3.12"
cuda_version: "12.2.0"
cuda_version: "12.2.2"
linux_version: "ubuntu22.04"
task: cuda
- method: pip
Expand Down

0 comments on commit 718da7d

Please sign in to comment.