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 e6de60e commit a28fcf3Copy full SHA for a28fcf3
examples/openvino/aot/README.md
@@ -36,7 +36,7 @@ python aot_openvino_compiler.py --suite <MODEL_SUITE> --model <MODEL_NAME> --inp
36
The dataset length must be evenly divisible by the batch size.
37
38
- **`--quantize`** (optional):
39
- Enable model quantization. --dataset argument is requred for the quantization. `huggingface` suite does not supported yet.
+ Enable model quantization. --dataset argument is requred for the quantization. `huggingface` suite is not supported yet.
40
41
- **`--quantization_flow`** (optional):
42
Specifies the way to quantize torch.fx.GraphModule.
0 commit comments