Skip to content

Commit

Permalink
coreml docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucylq committed Jan 13, 2025
1 parent 7aa1ff3 commit a749110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backends/apple/coreml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
Expand Down

0 comments on commit a749110

Please sign in to comment.