add chunk offload optimizer#11084
Merged
ZHUI merged 4 commits intoPaddlePaddle:developfrom Sep 15, 2025
Merged
Conversation
|
Thanks for your contribution! |
GuoxiaWang
approved these changes
Sep 12, 2025
GuoxiaWang
approved these changes
Sep 12, 2025
ZHUI
approved these changes
Sep 15, 2025
| ) | ||
| }, | ||
| ) | ||
| sharding_offload_opt_buffersize_GB: int = field( |
Contributor
There was a problem hiding this comment.
这个参数以GB为单位,同时看到还有些 MB的单位的size。
目前框架中支持GB为单位吗? 看是否有必要支持MB单位的配置,后续也可以这个参数转为float,支持更精细的配置。
AlAuAu
pushed a commit
to AlAuAu/PaddleNLP
that referenced
this pull request
Oct 23, 2025
* add chunk offload optimizer * fix get offload_opt_buffer_size arg
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.
PR types
Others
PR changes
Others
Description
部分优化器状态offload,适用于sharding路数较少必须offload优化器状态才能跑起来的场景
只在export HACK_OFFLOAD_OPTIMIZER=1的情况下生效