mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Uploading checkpoint if crd provided (#191)
* Uploading checkpoint if crd provided * Changing the calculation of total steps because of a recent change in core_types Fixes #195
This commit is contained in:
committed by
Scott Leishman
parent
b3db9ce77d
commit
33dc29ee99
@@ -284,3 +284,8 @@ class NFSDataStore(DataStore):
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
def setup_checkpoint_dir(self, crd=None):
|
||||
if crd:
|
||||
# TODO: find a way to upload this to the deployed nfs store.
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user