Skip to content

Commit 0a6eba9

Browse files
committed
[Deploy] Fix version diff function.
1 parent ca03eda commit 0a6eba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/fedml/computing/scheduler/model_scheduler/master_job_runner_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ def generate_request_json_with_replica_num_diff(run_id, edge_id, request_json):
6464

6565
@staticmethod
6666
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)
67+
return FedMLDeployMasterJobRunner.generate_request_json_with_replica_version_diff(run_id, edge_id, request_json)

0 commit comments

Comments
 (0)