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 2fb64ae commit f0e861eCopy full SHA for f0e861e
backends/apple/coreml/README.md
@@ -99,8 +99,8 @@ quantization_config = LinearQuantizerConfig.from_dict(
99
{
100
"global_config": {
101
"quantization_scheme": QuantizationScheme.symmetric,
102
- "activation_dtype": torch.uint8,
103
- "weight_dtype": torch.int8,
+ "activation_dtype": torch.quint8,
+ "weight_dtype": torch.qint8,
104
"weight_per_channel": True,
105
}
106
0 commit comments