We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab39f2d commit 12430d4Copy full SHA for 12430d4
backends/apple/coreml/test/test_torch_ops.py
@@ -117,7 +117,7 @@ def test_dequantize_affine_c4w_embedding(self):
117
def test_dequantize_affine_c4w_linear(self):
118
model, example_inputs = self._get_test_model()
119
quantize_(
120
- model, IntxWeightOnlyConfig(weight_dtype=torch.int8, granularity=PerAxis(0))
+ model, IntxWeightOnlyConfig(weight_dtype=torch.int4, granularity=PerAxis(0))
121
)
122
ep = torch.export.export(model, example_inputs)
123
delegated_program = executorch.exir.to_edge_transform_and_lower(
0 commit comments