Skip to content

Commit 4bda098

Browse files
remove buck2 from mps readme (#4232) (#4245)
Summary: Pull Request resolved: #4232 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 Reviewed By: kirklandsign Differential Revision: D59659285 fbshipit-source-id: 3e58e49e9c7838193d6b91ae550af2fbb0174dda (cherry picked from commit 37c9897) Co-authored-by: Songhao Jia <[email protected]>
1 parent 0029657 commit 4bda098

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)