Skip to content

Commit 180eb6b

Browse files
author
prekshivyas
committed
remove sleep param when calling the data mover
Signed-off-by: prekshivyas <[email protected]>
1 parent bd4da21 commit 180eb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_run/core/execution/lepton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def launch(self, name: str, cmd: list[str]) -> tuple[str, str]:
254254
f.write(launch_script)
255255

256256
logger.info("Copying experiment directory to remote filesystem")
257-
self.move_data(sleep=60)
257+
self.move_data()
258258

259259
logger.info("Creating distributed workload")
260260
job = self.create_lepton_job(name)

0 commit comments

Comments
 (0)