You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tune][Fix]Remove the clear_checkpoint function during Trial restoration error handling. (ray-project#48532)
This PR removes the `clear_checkpoint` function,
so that Tune doesn't try to "restart trials from scratch.
`clear_checkpoint` solved for a legacy use case that doesn't
apply anymore, and "restoration failures" are also now an
edge case for function Trainables and Ray Train usage.
---------
Signed-off-by: Hongpeng Guo <[email protected]>
Signed-off-by: mohitjain2504 <[email protected]>
0 commit comments