Skip to content

Commit caa4895

Browse files
committed
[pytorch/executorch][diff_train] Fix tokenizer convert in xnnpack_README.md (#10003)
As titled. Internal: << DO NOT EDIT BELOW THIS LINE >> **GitHub Author**: Mengwei Liu <[email protected]> (Meta Employee) **GitHub Repo**: [pytorch/executorch](https://github.com/pytorch/executorch) **GitHub Pull Request**: [#10003](#10003) Initially generated by: https://www.internalfb.com/intern/sandcastle/job/36028798801523578/ This was imported as part of a Diff Train. Please review this as soon as possible. Since it is a direct copy of a commit on GitHub, there shouldn't be much to do. diff-train-source-id: 20c7047 Differential Revision: [D72740940](https://our.internmc.facebook.com/intern/diff/D72740940/) [ghstack-poisoned]
1 parent 6227658 commit caa4895

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)