Skip to content

Commit

Permalink
🐛 Remove tee from torch launch config to correspond to API changeswit…
Browse files Browse the repository at this point in the history
…h lib update

Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
  • Loading branch information
gkumbhat committed Jul 15, 2024
1 parent 9719b42 commit 4d0dfc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caikit_nlp/toolkit/torch_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,5 @@ def get_torch_elastic_launch_config(
rdzv_backend="static",
rdzv_endpoint=f"{master_addr}:{master_port}",
rdzv_configs=rdzv_configs,
tee=Std.ALL,
max_restarts=max_restarts,
)

0 comments on commit 4d0dfc4

Please sign in to comment.