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.
2 parents ca03eda + 0a6eba9 commit de480beCopy full SHA for de480be
1 file changed
python/fedml/computing/scheduler/model_scheduler/master_job_runner_manager.py
@@ -64,4 +64,4 @@ def generate_request_json_with_replica_num_diff(run_id, edge_id, request_json):
64
65
@staticmethod
66
def generate_request_json_with_replica_version_diff(run_id, edge_id, request_json):
67
- return FedMLDeployMasterJobRunner.generate_request_json_with_replica_num_diff(run_id, edge_id, request_json)
+ return FedMLDeployMasterJobRunner.generate_request_json_with_replica_version_diff(run_id, edge_id, request_json)
0 commit comments