Skip to content

Commit

Permalink
[examples] Update MobileNet example doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghb97 committed Oct 16, 2024
1 parent ddc1a48 commit 5011b33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/BuddyMobileNetV3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ $ cmake -G Ninja .. \
-DCMAKE_BUILD_TYPE=RELEASE \
-DBUDDY_MLIR_ENABLE_PYTHON_PACKAGES=ON \
-DPython3_EXECUTABLE=$(which python3) \
-DBUDDY_MLIR_ENABLE_DIP_LIB=ON
-DBUDDY_MLIR_ENABLE_DIP_LIB=ON \
-DBUDDY_ENABLE_PNG=ON
$ ninja
$ ninja check-buddy
```
Expand Down

0 comments on commit 5011b33

Please sign in to comment.