Skip to content

Commit c882047

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
remove buck2 from mps readme
Summary: for alpha+, we need to remove all buck2 commands and buck2 dependencies from static doc and github readmes. This diff gets rid of the buck2 from mps backend readme Differential Revision: D59659285
1 parent efc37fb commit c882047

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/apple/mps/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Once we have the model binary file, then let's run it with the ExecuTorch runtim
2828

2929
```bash
3030
# Build and install executorch
31-
cmake -DBUCK2="$BUCK" \
32-
-DCMAKE_INSTALL_PREFIX=cmake-out \
31+
cmake -DCMAKE_INSTALL_PREFIX=cmake-out \
3332
-DCMAKE_BUILD_TYPE=Release \
3433
-DEXECUTORCH_BUILD_SDK=ON \
3534
-DEXECUTORCH_ENABLE_EVENT_TRACER=ON \

0 commit comments

Comments
 (0)