Syncing in Tune (tune.SyncConfig, tune.Syncer)
Contents
Syncing in Tune (tune.SyncConfig, tune.Syncer)#
See also
See this user guide for more details and examples.
Tune Syncing Configuration#
|
Configuration object for Tune syncing. |
Remote Storage Syncer Interface (tune.Syncer)#
Constructor#
|
Syncer class for synchronizing data between Ray nodes and remote (cloud) storage. |
Syncer Methods to Implement#
|
Synchronize local directory to remote directory. |
|
Synchronize remote directory to local directory. |
|
Delete directory on remote storage. |
Wait for asynchronous sync command to finish. |
|
|
Tune Built-in Syncers#
|
Callback to synchronize trial directories on a worker node with the driver. |
|
Default syncer between local storage and remote URI. |
|
Syncer using a background process for asynchronous file transfer. |