Skip to content

Commit

Permalink
Revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jun 13, 2024
1 parent 449f1f4 commit ec13f82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nvflare/app_opt/xgboost/histogram_based/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ec13f82

Please sign in to comment.