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 c66ffde commit e9b4a24Copy full SHA for e9b4a24
examples/xnnpack/README.md
@@ -62,7 +62,7 @@ python3 -m examples.xnnpack.quantization.example --model_name "mv2" --so_library
62
```
63
You can find more valid quantized example models by running:
64
```bash
65
-buck2 run executorch/examples/xnnpack/quantization:example -- -h
+python3 -m examples.xnnpack.quantization.example --help
66
67
68
A quantized model can be run via `executor_runner`:
0 commit comments