From ec13f825415727a4f598af5e1dd5e73b5b499b4f Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Thu, 13 Jun 2024 19:09:08 +0800 Subject: [PATCH] Revert. --- nvflare/app_opt/xgboost/histogram_based/executor.py | 3 --- 1 file changed, 3 deletions(-) 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):