diff --git a/.github/workflows/pr-test-xeon.yml b/.github/workflows/pr-test-xeon.yml index d445a9a89..1994b3771 100644 --- a/.github/workflows/pr-test-xeon.yml +++ b/.github/workflows/pr-test-xeon.yml @@ -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'