Skip to content

Commit 4f8ca40

Browse files
Fix executorch/examples/openvino/README.md
1 parent 94a351e commit 4f8ca40

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/openvino/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ python aot_openvino_compiler.py --suite <MODEL_SUITE> --model <MODEL_NAME> --inp
5757
- **`--quantize`** (optional):
5858
Enable model quantization. --dataset argument is requred for the quantization. `huggingface` suite does not supported yet.
5959

60-
- **`--quantization_flow`** (optional):
61-
Specifies the way to quantize torch.fx.GraphModule.
62-
Supported values:
63-
- `nncf`: `nncf quantize_pt2e` API (default)
64-
- `pt2e`: torch ao quantization pipeline.
65-
6660
- **`--validate`** (optional):
6761
Enable model validation. --dataset argument is requred for the validation. `huggingface` suite does not supported yet.
6862

0 commit comments

Comments
 (0)