【pir save】revert #68442 【add nouse param op prune】#72202
Merged
xiaoguoguo626807 merged 5 commits intoPaddlePaddle:developfrom Apr 15, 2025
Merged
【pir save】revert #68442 【add nouse param op prune】#72202xiaoguoguo626807 merged 5 commits intoPaddlePaddle:developfrom
xiaoguoguo626807 merged 5 commits intoPaddlePaddle:developfrom
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
SigureMo
approved these changes
Apr 15, 2025
eaa90a9
into
PaddlePaddle:develop
37 of 38 checks passed
YqGe585
pushed a commit
to YqGe585/Paddle
that referenced
this pull request
May 7, 2025
…ePaddle#72202) * fix pir program prune * fix pir program prune * remoce print * no param load
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 Category
Execute Infrastructure
PR Types
Bug fixes
Description
pcard-67164
由于OCR 系列模型中有大量冗余parameter 导致保存的pdiparam 体积增多,因此需要回退此PR, 需要时打开skip_prune_program 绕过过滤即可
tensorrt 测试中有单测参数完全没有使用,导致predictor load 不到pdiparm, 对predictor 适配了无参数load