diff --git a/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md b/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md index 61926246470..4a00ee88380 100644 --- a/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md +++ b/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md @@ -103,7 +103,7 @@ You may wonder what the ‘--metadata’ flag is doing. This flag helps export t * Convert tokenizer for Llama 2 and Llava (skip this for Llama 3.x) ``` -python -m extension.llm.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin +python -m pytorch_tokenizers.tools.llama2c.convert -t tokenizer.model -o tokenizer.bin ``` ### For LLaVA model