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
@@ -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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,11 @@ For more details integrating and Running ExecuTorch on Apple Platforms, checkout
58
58
* Ensure that the ExecuTorch package dependencies are installed correctly, then select which ExecuTorch framework should link against which target.
59
59
60
60
<palign="center">
61
-
<imgsrc="https://github.com/pytorch/executorch/blob/main/docs/source/_static/img/ios_demo_app_swift_pm.png"alt="iOS LLaMA App Swift PM"width="600">
61
+
<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