-
Notifications
You must be signed in to change notification settings - Fork 72
Make test test_smollm 20% faster #2107
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2107 +/- ##
==========================================
- Coverage 72.97% 72.96% -0.01%
==========================================
Files 216 216
Lines 28913 28910 -3
Branches 3422 3422
==========================================
- Hits 21100 21095 -5
- Misses 6660 6663 +3
+ Partials 1153 1152 -1 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Justin Chu <[email protected]>
Co-authored-by: Justin Chu <[email protected]>
Thanks! For my understanding, is it ort optimization that's taking time |
Co-authored-by: Justin Chu <[email protected]>
From the profiling from the slowest test, the time spent in optimization is small, it is all about serialization and onnxruntime optimization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.