fix xeon ci check (#10838)
This commit is contained in:
1
.github/workflows/pr-test-xeon.yml
vendored
1
.github/workflows/pr-test-xeon.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user