Skip to content

Conversation

@G2uge
Copy link
Contributor

@G2uge G2uge commented Nov 7, 2025

Description

函数用于将 FX 计算图中的不稳定 API torch._C._special.special_logit 替换为 PyTorch 官方稳定的 torch.special.logit。该方法会遍历所有相关节点并完成替换,随后重新编译计算图,确保模型在编译和运行时只调用稳定接口。

@paddle-bot
Copy link

paddle-bot bot commented Nov 7, 2025

Thanks for your contribution!

@paddle-bot paddle-bot bot added the contributor External developers label Nov 7, 2025
@G2uge
Copy link
Contributor Author

G2uge commented Nov 7, 2025

ES_result

Copy link
Collaborator

@lixinqi lixinqi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原则上还是需要提供 ES 图像做最终确认。

@lixinqi lixinqi merged commit c2280ca into PaddlePaddle:develop Nov 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants