From 92165a4a7d5b7e7ab0445865acd23f608d369373 Mon Sep 17 00:00:00 2001 From: CSY-ModelCloud Date: Thu, 23 Apr 2026 09:07:28 +0800 Subject: [PATCH 1/2] [CI] use cu130 docker image --- .github/workflows/unit_tests_reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests_reusable.yml b/.github/workflows/unit_tests_reusable.yml index 6dd3c4a..b1bc1f1 100644 --- a/.github/workflows/unit_tests_reusable.yml +++ b/.github/workflows/unit_tests_reusable.yml @@ -46,7 +46,7 @@ env: repo: ${{ inputs.repo || github.repository }} ref: ${{ inputs.ref || github.ref }} CUDA_DEVICE_ORDER: PCI_BUS_ID - CUDA_VERSION: 131 + CUDA_VERSION: 130 UV_TORCH_BACKEND: cu130 TORCH_VERSION: 2.11.0 PYTHON_VERSION: 3.14t @@ -216,4 +216,4 @@ jobs: echo "::group::-- dust uv cache dir --" dust $(uv cache dir) - echo "::endgroup::" \ No newline at end of file + echo "::endgroup::" From 4a26392f03529e8ca0bbf45bf905f027fb2bd186 Mon Sep 17 00:00:00 2001 From: CSY-ModelCloud Date: Thu, 23 Apr 2026 09:08:03 +0800 Subject: [PATCH 2/2] [CI] use cu130 docker image --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index c9ababc..e8b84e8 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -43,9 +43,9 @@ env: repo: ${{ github.event.inputs.repo || github.repository }} ref: ${{ github.event.inputs.ref || github.ref }} CUDA_DEVICE_ORDER: PCI_BUS_ID - CUDA_VERSION: 131 + CUDA_VERSION: 130 # The runtime image tag tracks the current CUDA base image kept on the CI registry. - CUDA_IMAGE_VERSION: 132 + CUDA_IMAGE_VERSION: 130 UV_TORCH_BACKEND: cu130 TORCH_VERSION: 2.11.0 PYTHON_VERSION: 3.14t