PaddlePaddle / PaddleNLP

πŸ‘‘ Easy-to-use and powerful NLP and LLM library with πŸ€— Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including πŸ—‚Text Classification, πŸ” Neural Search, ❓ Question Answering, ℹ️ Information Extraction, πŸ“„ Document Intelligence, πŸ’Œ Sentiment Analysis etc.
https://paddlenlp.readthedocs.io
Apache License 2.0
11.72k stars 2.86k forks source link

Add async save for optimizer #8557

Closed ForFishes closed 3 weeks ago

ForFishes commented 3 weeks ago

PR types

New features

PR changes

Others

Description

Add async save for optimizer

paddle-bot[bot] commented 3 weeks ago

Thanks for your contribution!

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 18.96552% with 47 lines in your changes missing coverage. Please review.

Project coverage is 53.83%. Comparing base (4cb8b6d) to head (52e505b). Report is 10 commits behind head on develop.

Files Patch % Lines
paddlenlp/trainer/trainer.py 17.54% 47 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #8557 +/- ## =========================================== - Coverage 53.87% 53.83% -0.04% =========================================== Files 620 620 Lines 97075 97171 +96 =========================================== + Hits 52299 52315 +16 - Misses 44776 44856 +80 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.