Skip to content

Commit 848fb00

Browse files
committed
Fix comments.
1 parent ad3f6f4 commit 848fb00

File tree

1 file changed

+2
-2
lines changed
  • paddle/fluid/inference

1 file changed

+2
-2
lines changed

paddle/fluid/inference/io.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ limitations under the License. */
2222
#include "paddle/fluid/framework/op_registry.h"
2323
#include "paddle/fluid/pybind/pybind.h"
2424

25-
DEFINE_string(devices, "", "The devices to be used.");
26-
DEFINE_bool(init_p2p, true, "Whether to init p2p.");
25+
DEFINE_string(devices, "", "The devices to be used which is joined by comma.");
26+
DEFINE_bool(init_p2p, false, "Whether to init p2p.");
2727

2828
namespace paddle {
2929
namespace inference {

0 commit comments

Comments
 (0)