“ccf8d96c5da5d3c6df8d1c15cbb812d15dfc81f9”上不存在“tools/git@gitcode.net:paddlepaddle/Paddle.git”
未验证 提交 6b778b97 编写于 作者: H Haohongxiang 提交者: GitHub

fix pp release_output (#54672)

上级 8b818d00
...@@ -618,6 +618,7 @@ class PipelineParallel(MetaParallelBase): ...@@ -618,6 +618,7 @@ class PipelineParallel(MetaParallelBase):
return ( return (
t is not None t is not None
and isinstance(t, paddle.Tensor) and isinstance(t, paddle.Tensor)
and t._is_initialized()
and t.inplace_version == 0 and t.inplace_version == 0
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册