File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
paddle/fluid/operators/distributed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ class GRPCClient : public RPCClient {
212
212
int64_t time_out = FLAGS_rpc_deadline) override ;
213
213
214
214
void AsyncCheckpointNotify (const std::string& ep, const std::string& dir,
215
- int64_t time_out = FLAGS_grpc_deadline ) override ;
215
+ int64_t time_out = FLAGS_rpc_deadline ) override ;
216
216
217
217
void Wait () override ;
218
218
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ class RPCClient {
56
56
virtual void AsyncSendFetchBarrier (const std::string& ep,
57
57
int64_t time_out = FLAGS_rpc_deadline) = 0;
58
58
59
- virtual void AsyncCheckpointNotify (
60
- const std::string& ep, const std::string& dir,
61
- int64_t time_out = FLAGS_grpc_deadline ) = 0;
59
+ virtual void AsyncCheckpointNotify (const std::string& ep,
60
+ const std::string& dir,
61
+ int64_t time_out = FLAGS_rpc_deadline ) = 0;
62
62
63
63
// SendComplete tells all the server that current trainer have no more data
64
64
// to train, so that the pserver can reduce it's barrier count, and continue
You can’t perform that action at this time.
0 commit comments