We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441045a commit c18cff4Copy full SHA for c18cff4
.github/workflows/pr-test.yml
@@ -1482,6 +1482,18 @@ jobs:
1482
run: |
1483
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/cuda/ci_install_deepep.sh
1484
1485
+ - name: Warmup DeepGEMM JIT Compilation
1486
+ timeout-minutes: 25
1487
+ run: |
1488
+ python3 scripts/ci/cuda/warmup_deep_gemm.py \
1489
+ lmsys/sglang-ci-dsv3-test:4
1490
+
1491
+ - name: Warmup Server CUDA Graphs
1492
1493
1494
+ python3 scripts/ci/cuda/warmup_server.py \
1495
1496
1497
- name: Run test
1498
timeout-minutes: 20
1499
0 commit comments