Skip to content

Commit f0e861e

Browse files
int8 -> qint8, uint8 -> quint8
1 parent 2fb64ae commit f0e861e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/apple/coreml/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ quantization_config = LinearQuantizerConfig.from_dict(
9999
{
100100
"global_config": {
101101
"quantization_scheme": QuantizationScheme.symmetric,
102-
"activation_dtype": torch.uint8,
103-
"weight_dtype": torch.int8,
102+
"activation_dtype": torch.quint8,
103+
"weight_dtype": torch.qint8,
104104
"weight_per_channel": True,
105105
}
106106
}

0 commit comments

Comments
 (0)