Skip to content

Commit

Permalink
Skip Core ML 7 tests on macOS13 or less
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyRoseman committed Jun 2, 2023
1 parent 583aa45 commit da74098
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ def prog(x):
]


@pytest.mark.skipif(ct.utils._macos_version() < (14, 0), reason="Requires Core ML 7")
class TestDistributiveQuantizedBinaryOpScaleNormalization(QuantizationBaseTest):
@pytest.mark.parametrize(
"op_type, has_relu_fusion, input_rank, is_axis_x_present",
Expand Down

0 comments on commit da74098

Please sign in to comment.