diff --git a/python/ray/tune/tune.py b/python/ray/tune/tune.py index 2e0a2a1e8..510dcf726 100644 --- a/python/ray/tune/tune.py +++ b/python/ray/tune/tune.py @@ -228,7 +228,7 @@ def run( max_failures (int): Try to recover a trial at least this many times. Ray will recover from the latest checkpoint if present. Setting to -1 will lead to infinite recovery retries. - Setting to 0 will disable retries. Defaults to 3. + Setting to 0 will disable retries. Defaults to 0. fail_fast (bool | str): Whether to fail upon the first error. If fail_fast='raise' provided, Tune will automatically raise the exception received by the Trainable. fail_fast='raise'