iree
iree copied to clipboard
Converting from kaggle popular models fail
What happened?
Converting the following models https://github.com/iree-gd/iree.zoo/blob/main/.github/workflows/multiple-models.yml#L10 (31 models so far) from kaggle with version 20240812.983
results in (run here https://github.com/iree-gd/iree.zoo/actions/runs/10377948022) a success rate of 14/31. Logs are in the job run.
Steps to reproduce your issue
- Download the model from kaggle
- Convert it using iree compiler
- See error
Also if you want you can fork the repo https://github.com/iree-gd/iree.zoo/ and run convert action from there to see the logs (for individual package) or run the Download all models action to download all 31 at once.
What component(s) does this issue relate to?
Compiler
Version information
20240812.983
Additional context
No response