From c317afdb35709c2c982991994a92b79fb11040f8 Mon Sep 17 00:00:00 2001 From: kingbri <8082010+bdashore3@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:04:30 -0500 Subject: [PATCH] Actions: Bump Cuda 12.4 Signed-off-by: kingbri <8082010+bdashore3@users.noreply.github.com> --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 8bc35609e..2e0941f86 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: pyver: ["3.9", "3.10", "3.11", "3.12"] - cuda: ["12.3.2"] + cuda: ["12.4.1"] torchver: ["2.3.1", "2.4.0", "2.5.1"] defaults: run: