From 037c3982af4a996f41b38cacf59f0be24b8699f8 Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Sun, 14 Dec 2025 18:04:28 -0800 Subject: [PATCH] Fix H200 CI by commenting out Warmup Weights and JIT Compilation (#15139) --- .github/workflows/pr-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index d621053da..9f7b8140b 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -768,11 +768,11 @@ jobs: run: | CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/ci_install_dependency.sh - - name: Warmup Weights and JIT Compilation - timeout-minutes: 20 - run: | - # An example command for testing the warmup. TODO: make this more general and move them to python scripts. - python3 -m sglang.compile_deep_gemm --model deepseek-ai/DeepSeek-V3-0324 --tp 8 --trust-remote-code + # - name: Warmup Weights and JIT Compilation + # timeout-minutes: 20 + # run: | + # # An example command for testing the warmup. TODO: make this more general and move them to python scripts. + # python3 -m sglang.compile_deep_gemm --model deepseek-ai/DeepSeek-V3-0324 --tp 8 --trust-remote-code - name: Run test timeout-minutes: 20