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

Commit 991b552

Browse files
authored
Minor update to Android docs (#1208)
1 parent c454026 commit 991b552

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ The following assumes you've completed the steps for [Setting up ExecuTorch](#se
449449

450450
- [executorch-240919.aar](https://ossci-android.s3.amazonaws.com/executorch/main/executorch-240919.aar) (SHASUM: c8a5d38ead03bfa28ee8469f6355840ad0d182ba)
451451

452-
2. Rename the downloaded AAR file to `executorch.aar` and move the file to `android/torchchat/app/libs/`. You may need to create directory `android/torchchat/app/libs/` if it does not exist.
452+
2. Rename the downloaded AAR file to `executorch.aar` and move the file to `torchchat/edge/android/torchchat/app/libs/`. You may need to create directory `torchchat/edge/android/torchchat/app/libs/` if it does not exist.
453453

454454
3. Push the model and tokenizer file to your device. You can find the model file called `llama3.1.pte` in the current `torchchat` directory and the tokenizer file at `$(python3 torchchat.py where llama3.1)/tokenizer.model` path.
455455
```
@@ -484,7 +484,6 @@ Alternatively, you can run `torchchat/utils/scripts/android_example.sh` which se
484484

485485
```
486486
export TORCHCHAT_ROOT=$(pwd)
487-
export USE_TIKTOKEN=ON # Set this only for tiktoken tokenizer
488487
sh torchchat/utils/scripts/android_example.sh
489488
```
490489

0 commit comments

Comments
 (0)