Skip to content

Commit 20c7047

Browse files
authored
Fix tokenizer convert in xnnpack_README.md (#10003)
As titled.
1 parent 3a940da commit 20c7047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You may wonder what the ‘--metadata’ flag is doing. This flag helps export t
103103

104104
* Convert tokenizer for Llama 2 and Llava (skip this for Llama 3.x)
105105
```
106-
python -m extension.llm.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
106+
python -m pytorch_tokenizers.tools.llama2c.convert -t tokenizer.model -o tokenizer.bin
107107
```
108108

109109
### For LLaVA model

0 commit comments

Comments
 (0)