From 5d06115025cb341a4e89703ccf62ea24bcb4ab38 Mon Sep 17 00:00:00 2001 From: Party4Bread Date: Fri, 17 Oct 2025 10:39:27 +0900 Subject: [PATCH] fix: Match cuda version for Jimver/cuda-toolkit 's current version. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30adfaa..ed55ad7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: - "12.6.3" - "12.8.1" # - "12.9.1" - - "13.0.2" + - "13.0.1" exclude: # torch < 2.2 does not support Python 3.12 - python-version: "3.12"