-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Cherry-pick PRs from incubate/paddlenlp_fleety #11049
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
Merged
Merged
Conversation
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
…ePaddle#10822) * add tokens_zip_unique_add_subbatch and merge_subbatch_cast ops * enhance ut * enhance ut again * remove duplicate codes * enhance ut again
|
Thanks for your contribution! |
4ec85f3 to
f13ce3e
Compare
From00
reviewed
Sep 3, 2025
Collaborator
From00
left a comment
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
From00
approved these changes
Sep 3, 2025
AlAuAu
pushed a commit
to AlAuAu/PaddleNLP
that referenced
this pull request
Oct 23, 2025
* add offload opt util (PaddlePaddle#10607) * fix offload optimizer (PaddlePaddle#10608) * fix sharding reshard bug (PaddlePaddle#10613) * reset ema (PaddlePaddle#10790) * Move fused_quanted_ops and token_dispatcher_utils to FleetY (PaddlePaddle#10803) * move setup_fp8.py (PaddlePaddle#10820) * Add tokens_zip_unique_add_subbatch and merge_subbatch_cast ops (PaddlePaddle#10822) * add tokens_zip_unique_add_subbatch and merge_subbatch_cast ops * enhance ut * enhance ut again * remove duplicate codes * enhance ut again * Sharding reshard supports mismatch parameter name (PaddlePaddle#10479) * Sharding Reshard Supports N -> 1 (PaddlePaddle#10532) * cherry-pick PaddlePaddle#10531 * support tpdp-ep sharding reshard (PaddlePaddle#10568) * fix typo * revert sharding_first
2 tasks
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.
Before submitting
testsfolder. If there are codecov issues, please add tests cases first.PR types
Others
PR changes
Others
Description
Cherry-pick #10607, #10608, #10613, #10790, #10803, #10820, #10822,
#10479, #10532, #10568