-
Notifications
You must be signed in to change notification settings - Fork 143
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
Model table fails to print / failure parsing the model #670
Comments
Tagging @erhant, thanks for pointing me to some of these models on Hugging Face. |
Have opened an issue on tract for 1 & 3. sonos/tract#1293 Will address 2 as that is an ezkl specific error |
#673 fixes 2. Once merged you the model should table with the following command (if building from main): RUST_LOG=debug cargo run --bin ezkl --release -- table -M model.onnx --variables sequence_length=1,batch_size=1 where sequence_length and batch_size should be set to the values you want |
Fyi @mmagician the tract issues were just resolved. Will merge those into latest PR |
Describe the bug
Hi.
I was trying a bunch of models from Hugging Face and couldn't parse any of them with the
ezkl table
command. Maybe I was just unlucky in picking the models... here are a few that failed and their error messages. The 1st and 3rd seem related, it looks like there might be some files missing but I really can't tell.Mildly related to #181.
Expected behaviors
Some of the above models are quite large, so maybe generating the proof would be too costly, but I should at least be able to parse it to see what's inside.
Steps to reproduce the bug
ezkl table -M MODELNAME.onnx
The text was updated successfully, but these errors were encountered: