Skip to content

Commit

Permalink
Update README.md (pytorch#946)
Browse files Browse the repository at this point in the history
Mention Cmake as a requirement to build the LLaMA app with Xcode
  • Loading branch information
shoumikhin authored Jul 23, 2024
1 parent eee1235 commit 7b4fa7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ The following assumes you've completed the steps for [Setting up ExecuTorch](#se
<summary>Deploying with Xcode</summary>

#### Requirements
- Xcode 15.0 or later
- [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12/) 15.0 or later
- [Cmake](https://cmake.org/download/) 3.19 or later
- A development provisioning profile with the [`increased-memory-limit`](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_kernel_increased-memory-limit) entitlement.


Expand Down

0 comments on commit 7b4fa7c

Please sign in to comment.