Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit 21f08da

Browse files
committed
upd
1 parent 7a7816a commit 21f08da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nightly-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
python: ["3.10"]
2626
cuda: ["12.4", "12.6"]
2727
torch: ["2.5", "2.6"]
28+
exclude:
29+
- cuda: "12.6"
30+
torch: "2.5"
2831
runs-on: [self-hosted]
2932
steps:
3033
- name: Set default values
@@ -69,6 +72,9 @@ jobs:
6972
CUDA_VERSION: ${{ steps.set_torch_and_cuda_version.outputs.CUDA_VERSION }}
7073
BUILDER_IMAGE: ${{ ((steps.set_torch_and_cuda_version.outputs.TORCH_VERSION == 206 && steps.set_torch_and_cuda_version.outputs.CUDA_VERSION >= 1206) || steps.set_torch_and_cuda_version.outputs.TORCH_VERSION > 206) && 'pytorch/manylinux2_28-builder:cuda' || 'pytorch/manylinux-builder:cuda' }}${{ matrix.cuda }}
7174
run: |
75+
echo "TORCH_VERSION: $TORCH_VERSION"
76+
echo "CUDA_VERSION: $CUDA_VERSION"
77+
echo "BUILDER_IMAGE: $BUILDER_IMAGE"
7278
pushd flashinfer
7379
docker run --rm -t \
7480
-v "$(pwd)":/app \

0 commit comments

Comments
 (0)