diff --git a/nvflare/app_opt/xgboost/histogram_based/executor.py b/nvflare/app_opt/xgboost/histogram_based/executor.py index 22c86ceb6a..d9233974c9 100644 --- a/nvflare/app_opt/xgboost/histogram_based/executor.py +++ b/nvflare/app_opt/xgboost/histogram_based/executor.py @@ -275,9 +275,6 @@ def train(self, shareable: Shareable, fl_ctx: FLContext, abort_signal: Signal) - communicator_env["federated_server_cert"] = self._ca_cert_path communicator_env["federated_client_key"] = self._client_key_path communicator_env["federated_client_cert"] = self._client_cert_path - communicator_env["federated_plugin"] = { - "path": "/home/jiamingy/workspace/xgboost_dev/related-projects/NVFlare/integration/xgboost/processor/build/libproc_nvflare.so" - } try: with xgb.collective.CommunicatorContext(**communicator_env):