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
Copy file name to clipboardExpand all lines: examples/demo-apps/android/LlamaDemo/docs/delegates/mediatek_README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Before continuing forward, make sure to modify the tokenizer, token embedding, a
112
112
Prior to deploying the files on device, make sure to modify the tokenizer, token embedding, and model file names in examples/mediatek/executor_runner/run_llama3_sample.sh reflect what was generated during the Export Llama Model step.
Copy file name to clipboardExpand all lines: examples/demo-apps/apple_ios/LLaMA/docs/delegates/mps_README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,19 +95,19 @@ Note: To access logs, link against the Debug build of the ExecuTorch runtime, i.
95
95
For more details integrating and Running ExecuTorch on Apple Platforms, checkout this [link](https://pytorch.org/executorch/main/apple-runtime.html).
96
96
97
97
<palign="center">
98
-
<imgsrc="../screenshots/ios_demo_app_swift_pm.png"alt="iOS LLaMA App Swift PM"width="600">
98
+
<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">
99
99
</p>
100
100
101
101
Then select which ExecuTorch framework should link against which target.
Copy file name to clipboardExpand all lines: examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_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
@@ -95,25 +95,25 @@ Note: To access logs, link against the Debug build of the ExecuTorch runtime, i.
95
95
For more details integrating and Running ExecuTorch on Apple Platforms, checkout this [link](https://pytorch.org/executorch/main/apple-runtime.html).
96
96
97
97
<palign="center">
98
-
<imgsrc="../screenshots/ios_demo_app_swift_pm.png"alt="iOS LLaMA App Swift PM"width="600">
98
+
<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">
99
99
</p>
100
100
101
101
Then select which ExecuTorch framework should link against which target.
0 commit comments