Skip to content

Commit 69dda7d

Browse files
committed
cleanup
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 88a0b54 commit 69dda7d

File tree

1 file changed

+0
-2
lines changed
  • nemo_run/run/torchx_backend/schedulers

1 file changed

+0
-2
lines changed

nemo_run/run/torchx_backend/schedulers/docker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,9 @@ def describe(self, app_id: str) -> Optional[DescribeAppResponse]:
181181
state = next(state for state in states if not is_terminal(state))
182182
else:
183183
status_file = os.path.join(req.executor.job_dir, f"status_{role}.out")
184-
print(f"status_file: {status_file}")
185184
if os.path.exists(status_file):
186185
with open(status_file, "r") as f:
187186
status = json.load(f)
188-
print(status)
189187
roles_statuses[role].replicas.append(
190188
ReplicaStatus(
191189
id=0, role=role, state=int(status["exit_code"]), hostname=container.name

0 commit comments

Comments
 (0)