Fix H200 CI by commenting out Warmup Weights and JIT Compilation (#15139)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user