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 e7e974d commit 9c8ce99Copy full SHA for 9c8ce99
1 file changed
python/fedml/computing/scheduler/model_scheduler/worker_protocol_manager.py
@@ -81,8 +81,6 @@ def _init_extra_items(self):
81
client_api_pids = RunProcessUtils.get_pid_from_cmd_line(client_api_cmd)
82
83
worker_proxy_port = ClientConstants.get_inference_worker_proxy_port()
84
- if worker_proxy_port_frm_env is not None:
85
- worker_proxy_port = int(worker_proxy_port_frm_env)
86
87
if client_api_pids is None or len(client_api_pids) <= 0:
88
# Start local API services
0 commit comments