Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -216,4 +216,4 @@ jobs:

echo "::group::-- dust uv cache dir --"
dust $(uv cache dir)
echo "::endgroup::"
echo "::endgroup::"
Loading