From cef13e6b13e17a10a09a33b73d8f27c039f7314b Mon Sep 17 00:00:00 2001 From: Ganeshkumar Ashokavardhanan Date: Thu, 9 May 2024 10:56:13 -0700 Subject: [PATCH] Update CUDA driver to 535.154.05 --- .github/workflows/ci.yaml | 2 +- .github/workflows/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a4ada1..fbe3bd3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - driver_version: ["470.82.01", "510.47.03", "515.65.01", "525.85.12", "535.54.03"] + driver_version: ["470.82.01", "510.47.03", "515.65.01", "525.85.12", "535.154.05"] driver_kind: ["cuda"] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0c582bc..9fb38ea 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - driver_version: ["470.82.01", "510.47.03", "515.65.01", "525.85.12", "535.54.03"] + driver_version: ["470.82.01", "510.47.03", "515.65.01", "525.85.12", "535.154.05"] driver_kind: ["cuda"] steps: - uses: actions/checkout@v2