ray/release/golden_notebook_tests
Kai Fricke 753f5feaf4
[tune] Remove TrialCheckpoint class (#25406)
The old user-facing TrialCheckpoint class has been deprecated in favor of `ray.ml.Checkpoint` and will be removed with this PR.

The main change in this PR is to delete the old `TrialCheckpoint` class and replace remaining API calls (e.g. `checkpoint.local_path`) with the correct AIR equivalents.

One issue that comes up is that with Ray client usage, checkpoint directories are not available on the local node (the client). Thus, we can't construct `Checkpoint` objects easily. (Previously, the TrialCheckpoint object held a reference to the location, even if it is not locally available). There are ongoing discussions on how to resolve this in the future. For now, we print an error when such a checkpoint is requested.

Depends on #25805

Signed-off-by: Kai Fricke <kai@anyscale.com>
2022-07-11 20:08:10 +01:00
..
workloads [tune] Remove TrialCheckpoint class (#25406) 2022-07-11 20:08:10 +01:00
compute_tpl.yaml [release] add golden notebook tests for dask/xgboost and modin/xgboost (#16231) 2021-06-11 10:03:04 +01:00
dask_xgboost_app_config.yaml [release/xgboost/lightgbm] Fix app config dependency install overwriting ray (#25307) 2022-05-31 13:46:17 +02:00
gpu_tpl.yaml [release] add golden notebook release test for torch/tune/serve (#16619) 2021-06-29 09:13:23 -07:00
modin_xgboost_app_config.yaml [release/xgboost/lightgbm] Fix app config dependency install overwriting ray (#25307) 2022-05-31 13:46:17 +02:00
torch_tune_serve_app_config.yaml [Nightly test] Move two line downloads to one line. (#25061) 2022-05-22 00:07:03 -07:00