We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a940da commit 20c7047Copy full SHA for 20c7047
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
103
104
* Convert tokenizer for Llama 2 and Llava (skip this for Llama 3.x)
105
```
106
-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
107
108
109
### For LLaVA model
0 commit comments