-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[air] pyarrow.fs
persistence (8/n): ray.train.Checkpoint
restore: resume_from_checkpoint
#38143
[air] pyarrow.fs
persistence (8/n): ray.train.Checkpoint
restore: resume_from_checkpoint
#38143
Commits on Jul 27, 2023
-
Pipe storage context to Trainable (used now for Trainable syncing)
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abb1307 - Browse repository at this point
Copy the full SHA abb1307View commit details -
Don't use the storage context in the trial/trainable
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6ff90a - Browse repository at this point
Copy the full SHA f6ff90aView commit details -
Disable all trainable syncing in new codepath
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 562369f - Browse repository at this point
Copy the full SHA 562369fView commit details -
Pipe storage context to Train workers (not actually used yet)
Signed-off-by: Justin Yu <[email protected]> Update to use the new checkpoint id attribute Signed-off-by: Justin Yu <[email protected]> Add todo comment to remove legacy path Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95a3d20 - Browse repository at this point
Copy the full SHA 95a3d20View commit details -
Fix race condition for setting checkpoint_uri
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 484e67f - Browse repository at this point
Copy the full SHA 484e67fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2148669 - Browse repository at this point
Copy the full SHA 2148669View commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c856b8 - Browse repository at this point
Copy the full SHA 8c856b8View commit details -
Add legacy prefix to train session checkpoint uri
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78c525f - Browse repository at this point
Copy the full SHA 78c525fView commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e97f471 - Browse repository at this point
Copy the full SHA e97f471View commit details
Commits on Jul 28, 2023
-
New train session report implementation using new checkpoint
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64945be - Browse repository at this point
Copy the full SHA 64945beView commit details -
Simplify checkpoint propagation from user code (in worker) -> trainer…
… -> driver Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6480c9 - Browse repository at this point
Copy the full SHA c6480c9View commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c681ccb - Browse repository at this point
Copy the full SHA c681ccbView commit details -
Save direction works with new checkpoint API
Signed-off-by: Justin Yu <[email protected]> Fix lint Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 795bafe - Browse repository at this point
Copy the full SHA 795bafeView commit details -
Update test with e2e trainer test
Signed-off-by: Justin Yu <[email protected]> Fix lint Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a084bc - Browse repository at this point
Copy the full SHA 8a084bcView commit details -
Make callback supporting new checkpoint a todo for now
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 725d802 - Browse repository at this point
Copy the full SHA 725d802View commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 877acb9 - Browse repository at this point
Copy the full SHA 877acb9View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/storage_context_to_worker_temp
Configuration menu - View commit details
-
Copy full SHA for ee4ccbd - Browse repository at this point
Copy the full SHA ee4ccbdView commit details -
Separate out the new set checkpoint id from the old set checkpoint uri
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88042b3 - Browse repository at this point
Copy the full SHA 88042b3View commit details
Commits on Jul 31, 2023
-
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/new_checkpoint Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5eeab2 - Browse repository at this point
Copy the full SHA a5eeab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6cd9dc - Browse repository at this point
Copy the full SHA a6cd9dcView commit details -
Address comments on error to raise with old ckpt type
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01f34bb - Browse repository at this point
Copy the full SHA 01f34bbView commit details
Commits on Aug 1, 2023
-
Move checkpoint upload logic to a helper fn of storage ctx
Signed-off-by: Justin Yu <[email protected]> Fix lint for session.py Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65e7a27 - Browse repository at this point
Copy the full SHA 65e7a27View commit details -
Drop a checkpoint marker after uploading
Signed-off-by: Justin Yu <[email protected]> Fix lint for storage.py Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2a4c36 - Browse repository at this point
Copy the full SHA f2a4c36View commit details -
Add a simplified checkpoint manager
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49ee126 - Browse repository at this point
Copy the full SHA 49ee126View commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffa0dd4 - Browse repository at this point
Copy the full SHA ffa0dd4View commit details -
Add unit test for simplified checkpoint manager
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15553f7 - Browse repository at this point
Copy the full SHA 15553f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00cc9d7 - Browse repository at this point
Copy the full SHA 00cc9d7View commit details -
Add a simplified checkpoint manager
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb5990e - Browse repository at this point
Copy the full SHA cb5990eView commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2db9aae - Browse repository at this point
Copy the full SHA 2db9aaeView commit details -
Add unit test for simplified checkpoint manager
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2067b7 - Browse repository at this point
Copy the full SHA a2067b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1216f2 - Browse repository at this point
Copy the full SHA f1216f2View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/simplified_ckpt_manager
Configuration menu - View commit details
-
Copy full SHA for d4243e6 - Browse repository at this point
Copy the full SHA d4243e6View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/new_checkpoint Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6699d81 - Browse repository at this point
Copy the full SHA 6699d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9ff34 - Browse repository at this point
Copy the full SHA 9b9ff34View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/simplified_ckpt_manager
Configuration menu - View commit details
-
Copy full SHA for 83aecd9 - Browse repository at this point
Copy the full SHA 83aecd9View commit details -
Patch fix for circular imports
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 913af10 - Browse repository at this point
Copy the full SHA 913af10View commit details
Commits on Aug 2, 2023
-
Use new checkpoint manager in Tune ckpt book-keeping
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b5d34e - Browse repository at this point
Copy the full SHA 6b5d34eView commit details -
Update result to return a train.Checkpoint to the user
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24f441a - Browse repository at this point
Copy the full SHA 24f441aView commit details -
Update e2e test to try multiple ckpt configs for trainer test
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 504ed54 - Browse repository at this point
Copy the full SHA 504ed54View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/new_checkpoint
Configuration menu - View commit details
-
Copy full SHA for 1992161 - Browse repository at this point
Copy the full SHA 1992161View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9eb88f - Browse repository at this point
Copy the full SHA b9eb88fView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/simplified_ckpt_manager
Configuration menu - View commit details
-
Copy full SHA for a6115b3 - Browse repository at this point
Copy the full SHA a6115b3View commit details -
Rename _TrackedCheckpoint -> _TrainingResult
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cc74d9 - Browse repository at this point
Copy the full SHA 7cc74d9View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/simplified_ckpt_manager
Configuration menu - View commit details
-
Copy full SHA for 6a0e1fb - Browse repository at this point
Copy the full SHA 6a0e1fbView commit details -
Merge branch 'air/persistence/simplified_ckpt_manager' into air/persi…
…stence/new_checkpoint Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4662789 - Browse repository at this point
Copy the full SHA 4662789View commit details -
Fixes after merging latest ckpt manager changes
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8da0477 - Browse repository at this point
Copy the full SHA 8da0477View commit details -
Remove prints / convert to logger.debug
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 255b149 - Browse repository at this point
Copy the full SHA 255b149View commit details -
Don't set training iteration as the default checkpoint_score_attr
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0971aca - Browse repository at this point
Copy the full SHA 0971acaView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/new_checkpoint
Configuration menu - View commit details
-
Copy full SHA for 6e7a873 - Browse repository at this point
Copy the full SHA 6e7a873View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/new_checkpoint Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f6a341 - Browse repository at this point
Copy the full SHA 6f6a341View commit details -
Fix test to reflect working dir change
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9804b0 - Browse repository at this point
Copy the full SHA d9804b0View commit details -
Don't upload a .is_checkpoint marker
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 318158f - Browse repository at this point
Copy the full SHA 318158fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a54664c - Browse repository at this point
Copy the full SHA a54664cView commit details -
Update the dir trees + better naming for ckpt shards and artifacts
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4263ec - Browse repository at this point
Copy the full SHA c4263ecView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/new_checkpoint
Configuration menu - View commit details
-
Copy full SHA for 0cd7e47 - Browse repository at this point
Copy the full SHA 0cd7e47View commit details -
A different fix for the circular dep
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a6eba6 - Browse repository at this point
Copy the full SHA 3a6eba6View commit details -
Update checkpoint -> _checkpoint imports
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b65e9fe - Browse repository at this point
Copy the full SHA b65e9feView commit details -
Configuration menu - View commit details
-
Copy full SHA for b89bd1c - Browse repository at this point
Copy the full SHA b89bd1cView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/new_checkpoint
Configuration menu - View commit details
-
Copy full SHA for cada06a - Browse repository at this point
Copy the full SHA cada06aView commit details -
Revert all changes to ckpt manager
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b784d7 - Browse repository at this point
Copy the full SHA 3b784d7View commit details -
Don't set checkpoint user metadata
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49c1ead - Browse repository at this point
Copy the full SHA 49c1eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7177940 - Browse repository at this point
Copy the full SHA 7177940View commit details
Commits on Aug 3, 2023
-
Add trial_path property to storage ctx
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae8a9ec - Browse repository at this point
Copy the full SHA ae8a9ecView commit details -
Use storage context for all experiment/trial path properties
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1c8441 - Browse repository at this point
Copy the full SHA c1c8441View commit details -
Don't skip trainer test cases for custom_fs
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d2ca07 - Browse repository at this point
Copy the full SHA 5d2ca07View commit details -
Split some utilities into helper methods + test for ResultGrid paths
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fcfb3f - Browse repository at this point
Copy the full SHA 1fcfb3fView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/fix_custom_fs_path_expansion
Configuration menu - View commit details
-
Copy full SHA for 5e2a933 - Browse repository at this point
Copy the full SHA 5e2a933View commit details -
Prepend legacy to old path attributes in trial
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61fdadf - Browse repository at this point
Copy the full SHA 61fdadfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d38cd87 - Browse repository at this point
Copy the full SHA d38cd87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba944a - Browse repository at this point
Copy the full SHA 3ba944aView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/new_checkpoint Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f71608 - Browse repository at this point
Copy the full SHA 5f71608View commit details -
Merge branch 'air/persistence/new_checkpoint' into air/persistence/fi…
…x_custom_fs_path_expansion Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52d6c14 - Browse repository at this point
Copy the full SHA 52d6c14View commit details -
Clean up experiment path handling
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c16120 - Browse repository at this point
Copy the full SHA 9c16120View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76468d9 - Browse repository at this point
Copy the full SHA 76468d9View commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b17c17e - Browse repository at this point
Copy the full SHA b17c17eView commit details -
Add in missing legacy property
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30e3328 - Browse repository at this point
Copy the full SHA 30e3328View commit details -
Prepend legacy to old path attributes in experiment
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f25ad39 - Browse repository at this point
Copy the full SHA f25ad39View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/fix_custom_fs_path_expansion
Configuration menu - View commit details
-
Copy full SHA for e1846ec - Browse repository at this point
Copy the full SHA e1846ecView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/fix_custom_fs_path_expansion Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d11ede8 - Browse repository at this point
Copy the full SHA d11ede8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c99d30c - Browse repository at this point
Copy the full SHA c99d30cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d11d2d - Browse repository at this point
Copy the full SHA 9d11d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 950b991 - Browse repository at this point
Copy the full SHA 950b991View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ed86255 - Browse repository at this point
Copy the full SHA ed86255View commit details -
hacky way of getting checkpoint folders to increment correctly
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de4b924 - Browse repository at this point
Copy the full SHA de4b924View commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e060476 - Browse repository at this point
Copy the full SHA e060476View commit details -
Fix race as_directory / download file lock race condition
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd5c846 - Browse repository at this point
Copy the full SHA bd5c846View commit details -
Update test with auto-recovery fault tolerance
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e51fb17 - Browse repository at this point
Copy the full SHA e51fb17View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/fix_custom_fs_path_expansion
Configuration menu - View commit details
-
Copy full SHA for eaa26c5 - Browse repository at this point
Copy the full SHA eaa26c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c3c5c8 - Browse repository at this point
Copy the full SHA 0c3c5c8View commit details -
Remove '_path' properties from storage
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 217af77 - Browse repository at this point
Copy the full SHA 217af77View commit details -
Move exp dir name helper to storage ctx
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e2330c - Browse repository at this point
Copy the full SHA 8e2330cView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/fix_custom_fs_path_expansion
Configuration menu - View commit details
-
Copy full SHA for 7502cca - Browse repository at this point
Copy the full SHA 7502ccaView commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3f22fd - Browse repository at this point
Copy the full SHA f3f22fdView commit details -
Fix renamed attribute in mock test class
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6c3dfe - Browse repository at this point
Copy the full SHA c6c3dfeView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/restore_new_checkpoint_autoft
Configuration menu - View commit details
-
Copy full SHA for 4e56bd0 - Browse repository at this point
Copy the full SHA 4e56bd0View commit details -
Merge branch 'air/persistence/fix_custom_fs_path_expansion' into air/…
…persistence/restore_new_checkpoint_autoft Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 314e8bd - Browse repository at this point
Copy the full SHA 314e8bdView commit details
Commits on Aug 5, 2023
-
fix storage attr setting to only happen if ff enabled
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36464af - Browse repository at this point
Copy the full SHA 36464afView commit details -
cleanup on errors in as_directory
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e73f6e - Browse repository at this point
Copy the full SHA 6e73f6eView commit details -
Support + test resume_from_checkpoint
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7de72a - Browse repository at this point
Copy the full SHA c7de72aView commit details -
Fix result grid bug when no checkpoints saved
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db016da - Browse repository at this point
Copy the full SHA db016daView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/restore_new_checkpoint_autoft Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcbcec9 - Browse repository at this point
Copy the full SHA bcbcec9View commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7497e1 - Browse repository at this point
Copy the full SHA d7497e1View commit details
Commits on Aug 7, 2023
-
Recover trainable metadata from last_result rather than .tune_metadata
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aeb89ba - Browse repository at this point
Copy the full SHA aeb89baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9556371 - Browse repository at this point
Copy the full SHA 9556371View commit details -
Keep current checkpoint index synchronized on the driver
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e897eaa - Browse repository at this point
Copy the full SHA e897eaaView commit details -
Remove checkpoint dirname parsing
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3eef417 - Browse repository at this point
Copy the full SHA 3eef417View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/restore_new_checkpoint_autoft
Configuration menu - View commit details
-
Copy full SHA for 0e52384 - Browse repository at this point
Copy the full SHA 0e52384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89631ab - Browse repository at this point
Copy the full SHA 89631abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e20f2 - Browse repository at this point
Copy the full SHA d4e20f2View commit details -
Merge branch 'air/persistence/restore_new_checkpoint_autoft' into air…
…/persistence/restore_new_checkpoint_rfc
Configuration menu - View commit details
-
Copy full SHA for 877c4ae - Browse repository at this point
Copy the full SHA 877c4aeView commit details
Commits on Aug 8, 2023
-
Merge branch 'master' of https://github.com/ray-project/ray into air/…
…persistence/restore_new_checkpoint_rfc Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d367e8d - Browse repository at this point
Copy the full SHA d367e8dView commit details -
Fix e2e test for storage_path=None case
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d329e1b - Browse repository at this point
Copy the full SHA d329e1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e382e29 - Browse repository at this point
Copy the full SHA e382e29View commit details