Skip to content

Commit 30b74a1

Browse files
authored
Update test_torch_quantization_ops.py
1 parent c47235b commit 30b74a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def forward(self, x):
275275
@pytest.mark.skipif(not _HAS_TORCHAO, reason=MSG_TORCHAO_NOT_FOUND)
276276
@pytest.mark.parametrize(
277277
"compute_unit, has_zeros",
278-
itertools.product(compute_units, [True, False], [ct.target.IOS16, ct.target.IOS17]),
278+
itertools.product(compute_units, [True, False], [ct.target.iOS16, ct.target.iOS17]),
279279
)
280280
def test_dequantize_affine_before_ios18(self, compute_unit, has_zeros, minimum_deployment_target):
281281

0 commit comments

Comments
 (0)