-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Performance] Optimize unified checkpoint save/load speed. #8204
Conversation
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8204 +/- ##
===========================================
+ Coverage 55.37% 55.42% +0.04%
===========================================
Files 613 615 +2
Lines 95855 96235 +380
===========================================
+ Hits 53083 53335 +252
- Misses 42772 42900 +128 ☔ View full report in Codecov by Sentry. |
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.
LGTM
…dle#8204) * opt unified checkpoint save/load speed. * fix bug. * add fast safe open API. * mix file open and mmap. * fix * add test for read fast read tensors. * fix * fix tests. * remove profile log. * fix * fix ci
* [Performance] Optimize unified checkpoint save/load speed. (#8204) * opt unified checkpoint save/load speed.
PR types
PR changes
Description
For
facebook/llama-7b