Skip to content

Commit b46318f

Browse files
committed
addressing lint
1 parent 36090d8 commit b46318f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/demo-apps/android/LlamaDemo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Please dive in and start exploring our demo app today! We look forward to any fe
1111
From this demo app, you will learn many key concepts such as:
1212
* How to prepare Llama models, build the ExecuTorch library, and model inferencing across delegates
1313
* Expose the ExecuTorch library via JNI layer
14-
* Familiarity with current Executorch app-facing capabilities
14+
* Familiarity with current ExecuTorch app-facing capabilities
1515

1616
The goal is for you to see the type of support ExecuTorch provides and feel comfortable with leveraging it for your use cases.
1717

@@ -55,7 +55,7 @@ Select the settings widget to get started with picking a model, its parameters a
5555

5656
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.
5757
<p align="center">
58-
<img src="docs/screenshots/settings_menu.png" width=300>
58+
<img src="docs/screenshots/settings_menu.png" width=300>
5959
</p>
6060

6161

examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,3 @@ If the app successfully run on your device, you should see something like below:
154154

155155
## Reporting Issues
156156
If you encountered any bugs or issues following this tutorial please file a bug/issue here on [Github](https://github.com/pytorch/executorch/issues/new).
157-

0 commit comments

Comments
 (0)