Fix H200 CI by commenting out Warmup Weights and JIT Compilation (#15139)

This commit is contained in:
Kangyan-Zhou
2025-12-14 18:04:28 -08:00
committed by GitHub
parent 62b3fdae43
commit 037c3982af
+5 -5
View File
@@ -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