From ef8e09d2cc886ceafd1c7f7ded8ab3fd96df526c Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sat, 13 Jul 2024 19:58:06 +0300 Subject: [PATCH 1/2] Update CUDA versions for CI --- .github/workflows/cuda.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 735bcef4a0d7..ac1edde56254 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -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.5.0" + 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 From 98202b944d5d1468b78c086d3f1e4e4fd19f1fcb Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Tue, 24 Sep 2024 19:56:02 +0300 Subject: [PATCH 2/2] use latest CUDA --- .github/workflows/cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index ac1edde56254..2d78ae69d297 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -82,7 +82,7 @@ jobs: - method: wheel compiler: gcc python_version: "3.10" - cuda_version: "12.5.0" + cuda_version: "12.6.1" linux_version: "ubuntu22.04" task: cuda - method: source