Skip to content

Commit 1363a0e

Browse files
kimishpatelfacebook-github-bot
authored andcommitted
Update quantization related section in readme
Summary: Updated the command since python_binary doesnt work with oss buck2 Reviewed By: larryliu0820 Differential Revision: D48357047 fbshipit-source-id: 7c9376f1fc14d4d5144cffc28ad58d98e338dadd
1 parent 8ec4f8f commit 1363a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Here is the [Quantization Flow Docs](/docs/website/docs/tutorials/quantization_f
5959

6060
You can run quantization test with the following command:
6161
```bash
62-
buck2 run executorch/examples/quantization:example -- --model_name="mv2" # for MobileNetv2
62+
python3 -m examples.quantization.example --model_name "mv2" # for MobileNetv2
6363
```
6464
It will print both the original model after capture and quantized model.
6565

0 commit comments

Comments
 (0)