Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 2970f8e

Browse files
authored
README: Remove Llama2 aar + Center images (#960)
1 parent fe7e5b2 commit 2970f8e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,11 @@ The following assumes you've completed the steps for [Setting up ExecuTorch](#se
402402
403403
*Click the image below to see it in action!*
404404
405+
<p align="center">
405406
<a href="https://pytorch.org/executorch/main/_static/img/llama_ios_app.mp4">
406407
<img src="https://pytorch.org/executorch/main/_static/img/llama_ios_app.png" width="600" alt="iOS app running a LlaMA model">
407408
</a>
409+
</p>
408410
</details>
409411
410412
@@ -446,15 +448,13 @@ The following assumes you've completed the steps for [Setting up ExecuTorch](#se
446448

447449
6. Follow the app's UI guidelines to pick the model and tokenizer files from the local filesystem. Then issue a prompt.
448450
449-
<img src="https://pytorch.org/executorch/main/_static/img/android_llama_app.png" width="600" alt="Android app running a LlaMA model">
450-
451-
**Note:** The AAR file listed above comes with tiktoken tokenizer, which is used for llama3 model. If you want to use a model with BPE tokenizer (llama2 model for example),
452-
use this AAR
451+
**Note:** The AAR file listed in Step 1 has the tiktoken tokenizer, which is used for Llama 3. To tweak or use a custom tokenizer and runtime, modify the ExecuTorch code
452+
and use [this script](https://github.com/pytorch/executorch/blob/main/build/build_android_llm_demo.sh) to build the AAR library.
453453
454-
* [executorch-llama-bpe-rc3-0719.aar](https://ossci-android.s3.amazonaws.com/executorch/main/executorch-llama-bpe-rc3-0719.aar) (SHASUM: d5fe81d9a4700c36b50ae322e6bf34882134edb0)
455-
* Since the tokenizer is built at compile time, to use a different tokenizer you need to re-build the app.
454+
<p align="center">
455+
<img src="https://pytorch.org/executorch/main/_static/img/android_llama_app.png" width="600" alt="Android app running a LlaMA model">
456+
</p>
456457
457-
If you need to tweak or use your own tokenizer and runtime, modify the ExecuTorch code and use [this script](https://github.com/pytorch/executorch/blob/main/build/build_android_llm_demo.sh) to build the AAR library.
458458
459459
460460
</details>

0 commit comments

Comments
 (0)