[Cherry-Pick][RL] Adapt async rollout checkpoint update flow(#7042)#7084
Merged
Jiang-Jia-Jun merged 1 commit intoPaddlePaddle:release/2.5from Mar 31, 2026
Merged
Conversation
|
Thanks for your contribution! |
* update checkpoint-transfer flow and control update_weights params * test: add update_weights route validation (cherry picked from commit 05f2d95)
7256a2a to
76bb4ec
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release/2.5 #7084 +/- ##
==============================================
Coverage ? 69.03%
==============================================
Files ? 390
Lines ? 54077
Branches ? 8515
==============================================
Hits ? 37334
Misses ? 14039
Partials ? 2704
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
077ec83
into
PaddlePaddle:release/2.5
33 of 38 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
This PR cherry-picks #7042 to
release/2.5.It aligns the async rollout checkpoint update flow with
develop, including theupdate_weightsparameter update fromrsync_configtoverify_checksum, and keeps the route validation test in sync.Modifications
update_weightsparameter passing in the RL async update flowapi_servergpu_workergpu_model_runnerdynamic_weight_managerUsage or Command
Example control request used in RL async integration:
Typical control flow during async rollout:
Accuracy Tests
Checklist