This repository was archived by the owner on Jan 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ to implement placement strategies for better fault tolerance.
512512By default, a SPREAD strategy is used for training, which attempts to spread all of the training workers
513513across the nodes in a cluster on a best-effort basis. This improves fault tolerance since it minimizes the
514514number of worker failures when a node goes down, but comes at a cost of increased inter-node communication
515- To disable this strategy, set the ` USE_SPREAD_STRATEGY ` environment variable to 0. If disabled, no
515+ To disable this strategy, set the ` RXGB_USE_SPREAD_STRATEGY ` environment variable to 0. If disabled, no
516516particular placement strategy will be used.
517517
518518Note that this strategy is used only when ` elastic_training ` is not used. If ` elastic_training ` is set to ` True ` ,
@@ -524,7 +524,7 @@ goes down, it will be less likely to impact multiple trials.
524524
525525When placement strategies are used, XGBoost-Ray will wait for 100 seconds for the required resources
526526to become available, and will fail if the required resources cannot be reserved and the cluster cannot autoscale
527- to increase the number of resources. You can change the ` PLACEMENT_GROUP_TIMEOUT_S ` environment variable to modify
527+ to increase the number of resources. You can change the ` RXGB_PLACEMENT_GROUP_TIMEOUT_S ` environment variable to modify
528528how long this timeout should be.
529529
530530More examples
You can’t perform that action at this time.
0 commit comments