We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3f6f4 commit 848fb00Copy full SHA for 848fb00
paddle/fluid/inference/io.cc
@@ -22,8 +22,8 @@ limitations under the License. */
22
#include "paddle/fluid/framework/op_registry.h"
23
#include "paddle/fluid/pybind/pybind.h"
24
25
-DEFINE_string(devices, "", "The devices to be used.");
26
-DEFINE_bool(init_p2p, true, "Whether to init p2p.");
+DEFINE_string(devices, "", "The devices to be used which is joined by comma.");
+DEFINE_bool(init_p2p, false, "Whether to init p2p.");
27
28
namespace paddle {
29
namespace inference {
0 commit comments