-
Notifications
You must be signed in to change notification settings - Fork 227
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
Add notebook to demonstrate how efficiently running SetFit with ONNX #435
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thanks @tomaarsen I also see a similar warning when exporting to ONNX, and it is also seen in the original notebook shared by Ilyas Moutawwakil I see good performance when running CUDA (~2.5ms) and TennsorRT (~2.3ms) on my Google Collab. Didnt see any issue with exporting to TensorRT. Moshe |
I'll retry with TensorRT on Google Colab rather than locally. As for the warning, the model accuracy is still identical, so it seems like it's not something to be too concerned about. Thanks for the info!
|
@tomaarsen |
Will do. I will try to incorporate this into a how-to guide in the SetFit documentation for v1.0.0. |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
Thanks for your work on this, Moshe! |
Thank you to Tom for this great release! |
Efficiently run SetFit Models with Optimum