You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Should use the raw link instead of GH web link
Pull Request resolved: #5493
Reviewed By: shoumikhin
Differential Revision: D63040432
Pulled By: kirklandsign
fbshipit-source-id: f6b8f1ec4fe2d7ac1c5f25cc1c727279a9d20065
(cherry picked from commit 16673f9)
@@ -55,7 +55,7 @@ Select the settings widget to get started with picking a model, its parameters a
55
55
56
56
Once you've selected the model, tokenizer, and model type you are ready to click on "Load Model" to have the app load the model and go back to the main Chat activity.
For LLaVA-1.5 implementation, select the exported LLaVA .pte and tokenizer file in the Settings menu and load the model. After this you can send an image from your gallery or take a live picture along with a text prompt to the model.
Copy file name to clipboardExpand all lines: examples/demo-apps/apple_ios/LLaMA/README.md
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,16 @@ Xcode will download and cache the package on the first run, which will take some
39
39
```
40
40
41
41
* Open XCode and select "Open an existing project" to open `examples/demo-apps/apple_ios/LLama`.
42
-
* Ensure that the ExecuTorch package dependencies are installed correctly.
42
+
* Ensure that the ExecuTorch package dependencies are installed correctly, then select which ExecuTorch framework should link against which target.
43
+
44
+
<palign="center">
45
+
<imgsrc="https://raw.githubusercontent.com/pytorch/executorch/refs/heads/main/docs/source/_static/img/ios_demo_app_swift_pm.png"alt="iOS LLaMA App Swift PM"width="600">
0 commit comments