From a7491106f96188757d523fcc72cd9ee9f1bcace4 Mon Sep 17 00:00:00 2001 From: lucylq Date: Mon, 13 Jan 2025 10:13:29 -0800 Subject: [PATCH] coreml docs --- backends/apple/coreml/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/apple/coreml/README.md b/backends/apple/coreml/README.md index b3b22ed999..fab2571364 100644 --- a/backends/apple/coreml/README.md +++ b/backends/apple/coreml/README.md @@ -99,8 +99,8 @@ quantization_config = LinearQuantizerConfig.from_dict( { "global_config": { "quantization_scheme": QuantizationScheme.symmetric, - "activation_dtype": torch.uint8, - "weight_dtype": torch.int8, + "activation_dtype": torch.quint8, + "weight_dtype": torch.qint8, "weight_per_channel": True, } }