Unverified Commit 718da7dd authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] Update CUDA versions for CI (#6539)



* Update CUDA versions for CI

* use latest CUDA

---------
Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
parent 436f8267
...@@ -82,13 +82,13 @@ jobs: ...@@ -82,13 +82,13 @@ jobs:
- method: wheel - method: wheel
compiler: gcc compiler: gcc
python_version: "3.10" python_version: "3.10"
cuda_version: "11.8.0" cuda_version: "12.6.1"
linux_version: "ubuntu20.04" linux_version: "ubuntu22.04"
task: cuda task: cuda
- method: source - method: source
compiler: gcc compiler: gcc
python_version: "3.12" python_version: "3.12"
cuda_version: "12.2.0" cuda_version: "12.2.2"
linux_version: "ubuntu22.04" linux_version: "ubuntu22.04"
task: cuda task: cuda
- method: pip - method: pip
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment