Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Train] Immediately fail if application errors on any worker #28314

Merged
merged 9 commits into from
Sep 21, 2022
Merged
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/ray-project/ray into trai…
…n-immediate-error

Signed-off-by: Amog Kamsetty <amogkamsetty@yahoo.com>
amogkam committed Sep 7, 2022
commit 5cd716cb3fc7e2d7002ad492ce45a5ddfb76b0bc
2 changes: 1 addition & 1 deletion python/ray/tune/trainable/function_trainable.py
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
from numbers import Number
from typing import Any, Callable, Dict, Optional, Type, Union

from ray.air._internal.util import StartTraceback, skip_exceptions, RunnerThread
from ray.air._internal.util import StartTraceback, RunnerThread
from ray.tune.resources import Resources
from six.moves import queue

You are viewing a condensed version of this merge commit. You can view the full changes here.