From 272200915ad42d85d16c3bfcd8174d6fa8b19cd4 Mon Sep 17 00:00:00 2001 From: Mengwei Liu Date: Wed, 9 Apr 2025 13:18:09 -0700 Subject: [PATCH] Fix tokenizer convert in xnnpack_README.md As titled. --- .../android/LlamaDemo/docs/delegates/xnnpack_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 59b74a3c1ac..c00ecb93154 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