Unverified Commit 307fc060 authored by DiweiSun's avatar DiweiSun Committed by GitHub
Browse files

fix xeon ci check (#10838)

parent 586e81a2
...@@ -67,7 +67,6 @@ jobs: ...@@ -67,7 +67,6 @@ jobs:
run: | run: |
docker exec -w /sglang-checkout/ ci_sglang_xeon \ docker exec -w /sglang-checkout/ ci_sglang_xeon \
bash -c "python3 -c 'import torch; import sgl_kernel; assert torch._C._cpu._is_amx_tile_supported(); assert hasattr(torch.ops.sgl_kernel, \"convert_weight_packed\"); '" bash -c "python3 -c 'import torch; import sgl_kernel; assert torch._C._cpu._is_amx_tile_supported(); assert hasattr(torch.ops.sgl_kernel, \"convert_weight_packed\"); '"
continue-on-error: true
- name: Run unit tests - name: Run unit tests
if: steps.check_amx.outcome == 'success' if: steps.check_amx.outcome == 'success'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment