fix xeon ci check (#10838)

This commit is contained in:
DiweiSun
2025-10-04 00:17:36 +08:00
committed by GitHub
parent 586e81a28a
commit 307fc060e8

View File

@@ -67,7 +67,6 @@ jobs:
run: |
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\"); '"
continue-on-error: true
- name: Run unit tests
if: steps.check_amx.outcome == 'success'