Skip to content

Commit 751e1cc

Browse files
guangy10facebook-github-bot
authored andcommitted
Fix xnnpack quantization instructions (#904)
Summary: Pull Request resolved: #904 As titled Reviewed By: kirklandsign Differential Revision: D50279902 fbshipit-source-id: eeee944fbf7b5ad850afa26b2c5b1a5ff6846476
1 parent a62c53a commit 751e1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xnnpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ python3 -m examples.xnnpack.quantization.example --model_name "mv2" --so_library
6262
```
6363
You can find more valid quantized example models by running:
6464
```bash
65-
buck2 run executorch/examples/xnnpack/quantization:example -- -h
65+
python3 -m examples.xnnpack.quantization.example --help
6666
```
6767

6868
A quantized model can be run via `executor_runner`:

0 commit comments

Comments
 (0)