-
Notifications
You must be signed in to change notification settings - Fork 514
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
Unable to export Table Transformer #1774
Labels
bug
Something isn't working
Comments
Hi @aW3st thank you for the detailed report, this is a bug in ONNX Runtime CUDA EP, same as microsoft/onnxruntime#18692. A workaround is to downgrade to |
I just tested onnxruntime main branch is working for the model (Need build from source, or wait for ORT 1.18 release):
|
Awesome! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Info
Who can help?
@michaelbenayoun, @JingyaHuang
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction (minimal, reproducible, runnable)
optimum-cli export onnx --model microsoft/table-transformer-detection --device cuda ./table-transformer-onnx
Fails with the following logs:
If I omit
--device cuda
then it seems to work fine.Expected behavior
I should be able to export a supported model (TableTransformer, in this case) to ONNX without errors.
The text was updated successfully, but these errors were encountered: