File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/nvidia_resiliency_ext/fault_tolerance Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1987,12 +1987,12 @@ def get_args_parser() -> ArgumentParser:
19871987 "--ft-rdzv_impl" ,
19881988 type = str ,
19891989 choices = ["barrier" , "legacy" ],
1990- default = "legacy " ,
1990+ default = "barrier " ,
19911991 dest = "ft_rdzv_impl" ,
19921992 help = "FT rendezvous implementation to use. "
19931993 "'barrier' uses the new atomic barrier-based algorithm (ft_rendezvous_barrier.py), "
19941994 "'legacy' uses the original compare-and-set algorithm (_ft_rendezvous.py). "
1995- "Default: legacy . Note: This is independent of --rdzv-backend (which specifies "
1995+ "Default: barrier . Note: This is independent of --rdzv-backend (which specifies "
19961996 "the coordination backend like c10d or etcd)." ,
19971997 )
19981998
You can’t perform that action at this time.
0 commit comments