Skip to content

Commit

Permalink
Update Tests for coremltools==7.2 (#10274)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Apr 23, 2024
1 parent 5a82b51 commit c0dd296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def test_export_openvino():
YOLO(f)(SOURCE) # exported model inference


@pytest.mark.skipif(not TORCH_1_9, reason="CoreML>=7.2 not supported with PyTorch<=1.8")
@pytest.mark.skipif(WINDOWS, reason="CoreML not supported on Windows") # RuntimeError: BlobWriter not loaded
@pytest.mark.skipif(IS_RASPBERRYPI, reason="CoreML not supported on Raspberry Pi")
@pytest.mark.skipif(checks.IS_PYTHON_3_12, reason="CoreML not supported in Python 3.12")
Expand Down

0 comments on commit c0dd296

Please sign in to comment.