Skip to content

Commit 847a4c2

Browse files
author
yifan_shen3
committed
remove outdated milestones in quantizer
1 parent 70e6a99 commit 847a4c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/apple/coreml/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ quantization_config = LinearQuantizerConfig.from_dict(
102102
{
103103
"global_config": {
104104
"quantization_scheme": QuantizationScheme.symmetric,
105-
"milestones": [0, 0, 10, 10],
106105
"activation_dtype": torch.uint8,
107106
"weight_dtype": torch.int8,
108107
"weight_per_channel": True,

0 commit comments

Comments
 (0)