Skip to content

Conversation

@DrRyanHuang
Copy link
Contributor

@DrRyanHuang DrRyanHuang commented Jun 12, 2025

PR Category

Execute Infrastructure

PR Types

Improvements

Description

将一些 fleet 函数标记为动静统一的,并修复一部分循环引用的问题

cc @SigureMo
PCard-66972

@paddle-bot
Copy link

paddle-bot bot commented Jun 12, 2025

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added the contributor External developers label Jun 12, 2025
Copy link
Member

@SigureMo SigureMo left a comment

Choose a reason for hiding this comment

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

LGTMeow 🐾

from paddle.nn import Layer
from paddle.nn.utils import dygraph_utils

from .....jit.marker import unified
Copy link
Member

Choose a reason for hiding this comment

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

这里试试用 paddle.jit.marker

Copy link
Contributor Author

Choose a reason for hiding this comment

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

本地测了这个木问题

Copy link
Member

Choose a reason for hiding this comment

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

TODO:下个 PR 把这个改成 paddle.jit.marker

@SigureMo SigureMo changed the title [SOT] Mark fleet func unified && fix circle import [SOT] Mark fleet func unified && fix circular import Jun 12, 2025
@DrRyanHuang
Copy link
Contributor Author

/re-run all-failed

1 similar comment
@DrRyanHuang
Copy link
Contributor Author

/re-run all-failed

from paddle.nn import Layer
from paddle.nn.utils import dygraph_utils

from .....jit.marker import unified
Copy link
Member

Choose a reason for hiding this comment

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

TODO:下个 PR 把这个改成 paddle.jit.marker

@SigureMo SigureMo merged commit 16ed678 into PaddlePaddle:develop Jun 14, 2025
98 of 102 checks passed
@DrRyanHuang DrRyanHuang deleted the circle_import branch June 14, 2025 13:16
DrRyanHuang added a commit to DrRyanHuang/Paddle that referenced this pull request Jun 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers

2 participants