mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
Update max_failures kwarg docstring (#10953)
This commit is contained in:
committed by
Barak Michener
parent
696ca394d2
commit
5610828fe8
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user