"tools/vscode:/vscode.git/clone" did not exist on "9a72b78bc2ed4871377b390132e4e93d22155b18"
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:
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'
......
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