From 355f02c0bcf2f880ea749f33da4a135d34fe0376 Mon Sep 17 00:00:00 2001 From: Zhihong Zhang <100308595+nvidianz@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:26:31 -0400 Subject: [PATCH] Note about Simulator in XGBoost Doc (#2911) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added a note about simulator not supporting resources.json * Rephrased the sentence --------- Co-authored-by: Yuan-Ting Hsieh (謝沅廷) --- .../federated_xgboost/secure_xgboost_user_guide.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user_guide/federated_xgboost/secure_xgboost_user_guide.rst b/docs/user_guide/federated_xgboost/secure_xgboost_user_guide.rst index 68187c48f9..d5583e6eba 100644 --- a/docs/user_guide/federated_xgboost/secure_xgboost_user_guide.rst +++ b/docs/user_guide/federated_xgboost/secure_xgboost_user_guide.rst @@ -195,6 +195,10 @@ The following environment variables can be used to override the values in the JS export NVFLARE_XGB_PLUGIN_NAME=nvflare export NVFLARE_XGB_PLUGIN_PATH=/tmp/libnvflare.so +.. note:: + When running with the NVFlare simulator, the plugin must be configured using environment variables, + as it does not support resources.json. + Horizontal Secure ----------------- The plugin setup is the same as vertical secure.