-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to convert tokenizer of SmolLM model as accepted by executorch #6813
Comments
@guangy10 do you know the answer to this? |
I tried it a while ago.
|
Thanks @guangy10 for sharing your WIP script - I tried iterating on it but it would be great if you can share some pointers to get it working. |
Will keep you posted when I get back to this work |
So as of today, LlamaRunner only runs Llama models. |
Were you successful in getting it to work on executorch? If yes, are you able to share the steps. |
Hi,
I am trying to convert SmolLm-135M-Instruct model to .pte format and then run on an android device.
I have been successful in converting the model but executorch requires the tokenizer in either .bin format or .model format which can then be converted into .bin format. But on huggingface tokenizer.model or tokenizer.bin files are not present.
How would I go about converting the tokenizer.json file into the appropriate format.
cc @mergennachin @byjlw
The text was updated successfully, but these errors were encountered: