-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 use paddle.incubate.jit.inference(model) errors #9016
Conversation
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #9016 +/- ##
===========================================
- Coverage 54.05% 53.40% -0.66%
===========================================
Files 650 652 +2
Lines 103884 105401 +1517
===========================================
+ Hits 56155 56287 +132
- Misses 47729 49114 +1385 ☔ View full report in Codecov by Sentry. |
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
辛苦把Description再修改一下。 |
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
* fix use paddle.incubate.jit.inference(model) errors * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function
* fix use paddle.incubate.jit.inference(model) errors * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function * fix jit_inference function
PR types
Bug fixes
PR changes
Others
Description
这个PR是为了解决Stable Diffusion 3 模型优化中的 Clip 模型上加入 jit.inference 后出现bug。
修复方法和已有的jit.to_static的修复类似