Skip to content

Commit 1231080

Browse files
authored
update ci (#857)
1 parent 5168308 commit 1231080

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release_wheel.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
matrix:
2828
cuda: ["11.8", "12.1", "12.4"]
2929
torch: ["2.4", "2.5", "2.6"]
30-
exclude: # We use release_wheel_sglang.yml for faster release and verification. If everything is okay, then we trigger release_wheel.yml. This combination (cuda 12.4 + torch 2.5) is already handled in release_wheel_sglang.yml
30+
exclude: # We use release_wheel_sglang.yml for faster release and verification. If everything is okay, then we trigger release_wheel.yml. This combination (cuda 12.4 or 11.8 + torch 2.5) is already handled in release_wheel_sglang.yml
3131
- cuda: "12.4"
3232
torch: "2.5"
33+
- cuda: "11.8"
34+
torch: "2.5"
3335

3436
runs-on: [self-hosted]
3537
steps:

.github/workflows/release_wheel_sglang.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
cuda: ["12.4"]
25+
cuda: ["11.8", "12.4"]
2626
torch: ["2.5"]
2727

2828
runs-on: [self-hosted]
@@ -41,6 +41,7 @@ jobs:
4141
-e FLASHINFER_CI_CUDA_VERSION=${{ matrix.cuda }} \
4242
-e FLASHINFER_CI_TORCH_VERSION=${{ matrix.torch }} \
4343
-e FLASHINFER_CI_PYTHON_VERSION=3.10 \
44+
-e FLASHINFER_HEAD_DIMS="64,128,256" \
4445
-e TORCH_CUDA_ARCH_LIST="$TORCH_CUDA_ARCH_LIST" \
4546
-e MAX_JOBS=128 \
4647
--user $CI_UID:$CI_GID \

0 commit comments

Comments
 (0)