Skip to content

Commit e1b8c27

Browse files
typhoonzeroYancey0623
authored andcommitted
Add back print_operators_doc (#5970)
* add back print_operators_doc * fix style check * fix style check
1 parent 0d8483b commit e1b8c27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

paddle/operators/detail/send_recv.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ message VariableMessage {
3232
bytes serialized = 2;
3333
}
3434

35-
message VoidMessage {}
35+
message VoidMessage {}

paddle/scripts/docker/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ EOF
183183
${DOCKERFILE_GPU_ENV}
184184
ADD go/cmd/pserver/pserver /usr/bin/
185185
ADD go/cmd/master/master /usr/bin/
186+
ADD paddle/pybind/print_operators_doc /usr/bin/
186187
# default command shows the paddle version and exit
187188
CMD ["paddle", "version"]
188189
EOF

0 commit comments

Comments
 (0)