Skip to content
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

Fix async hang #9276

Merged
merged 6 commits into from
Oct 17, 2024
Merged

Fix async hang #9276

merged 6 commits into from
Oct 17, 2024

Conversation

DesmonDay
Copy link
Contributor

PR types

Bug fixes

PR changes

Others

Descriptions

Fix mtime flag in rotate_checkpoints.

Copy link

paddle-bot bot commented Oct 16, 2024

Thanks for your contribution!

wawltor
wawltor previously approved these changes Oct 16, 2024
Copy link
Collaborator

@wawltor wawltor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Oct 16, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 53.09%. Comparing base (697a4cc) to head (3864463).
Report is 2 commits behind head on develop.

Current head 3864463 differs from pull request most recent head e297405

Please upload reports for the commit e297405 to get more accurate results.

Files with missing lines Patch % Lines
paddlenlp/trainer/auto_trainer.py 0.00% 1 Missing ⚠️
paddlenlp/trainer/trainer.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9276      +/-   ##
===========================================
- Coverage    53.09%   53.09%   -0.01%     
===========================================
  Files          657      657              
  Lines       106521   106521              
===========================================
- Hits         56557    56554       -3     
- Misses       49964    49967       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

DrownFish19
DrownFish19 previously approved these changes Oct 16, 2024
Copy link
Collaborator

@DrownFish19 DrownFish19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

state_dict=None,
merge_tensor_parallel=False,
signal_dir: Optional[str] = None,
):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

接口变了吗,自动并行也得改?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗯嗯

@ZHUI ZHUI merged commit 823d69f into PaddlePaddle:develop Oct 17, 2024
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants