From 307fc060e890b6b157eee0c82b1c9c45bdacf553 Mon Sep 17 00:00:00 2001 From: DiweiSun <105627594+DiweiSun@users.noreply.github.com> Date: Sat, 4 Oct 2025 00:17:36 +0800 Subject: [PATCH] fix xeon ci check (#10838) --- .github/workflows/pr-test-xeon.yml | 1 - 1 file changed, 1 deletion(-) 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'