diff --git a/examples/demo-apps/android/LlamaDemo/README.md b/examples/demo-apps/android/LlamaDemo/README.md index 8fed04d7ff5..9a6b3b020e7 100644 --- a/examples/demo-apps/android/LlamaDemo/README.md +++ b/examples/demo-apps/android/LlamaDemo/README.md @@ -86,7 +86,7 @@ int loadResult = mModule.load(); * `modelCategory`: Indicate whether it’s a text-only or vision model * `modePath`: path to the .pte file -* `tokenizerPath`: path to the tokenizer .bin file +* `tokenizerPath`: path to the tokenizer file * `temperature`: model parameter to adjust the randomness of the model’s output