Conversion Script
#1
by
imandel
- opened
Was this model converted with the optimum-cli? I run into issues with transformers.js when I convert qwen3-0.6B using the cli myself. I'd like to convert some finetuned models to use in a browser but run into issues with the onnx conversion and quantization.
I’m running into the same issue when trying to convert my models as well. Can you guys share how you used optimum-cli and with which parameters to make it work? Was this model originally converted using optimum-cli?
Does anyone know this eror: "llm-models/Qwen3-0.6B-ONNX/tokenizer.json'. Primary error: data did not match any variant of untagged enum ModelWrapper at line 1 column" . I am uisng rust to read the tokenizer.json and get this error. any idea ?