-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
I converted and compiled various models following the provided instructions. The models that I converted can be found here and the library files can be found here. Some of these library files are from models that I converted and others are from models that are in the HuggingFace mlc-ai repo. Although I was able to get the model and library files, most of the converted models gave me gibberish as output like so:
- Qwen1.5 0.5B:

- Meta-Llama-3-8B:

- DeepSeek R1 0528 Qwen3:

And practically all of them gave me the same errors in the console:

I believe I am following the instructions correctly but wanted to ask just in case if I am doing these conversions/compilations correctly? Has anyone else tried to convert the same models that I’ve tried to convert and made them work successfully?
Any help would be greatly appreciated. Thank you!