-
Notifications
You must be signed in to change notification settings - Fork 87
feat: Stream DGXC logs #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
53c3711
58164a4
19a7b58
8c2de94
5c66e66
2124bcb
8dc9a1f
b8ac3ff
6e12793
2fd985f
7b1459f
ee6f42c
080136b
ec56d2e
6f1ab3a
af7d7e5
9895766
9eeee10
6dd7bf6
a6c0471
64155cf
43b72cc
a48a002
8c98481
ba6378d
8352992
39f335a
4895bfe
97a69dc
f79d4c4
a2f0751
8bf2e79
464e301
77fe9d2
c8c158a
d7d7070
0559d4a
0aedd40
e1fe89f
ea98c2b
0c6b7c9
7874fa7
18b51c2
6b7b308
c5c4c99
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,9 +30,7 @@ | |
| from nemo_run.core.execution.base import LogSupportedExecutor | ||
| from nemo_run.core.frontend.console.api import CONSOLE | ||
| from nemo_run.run.torchx_backend.runner import Runner, get_runner | ||
| from nemo_run.run.torchx_backend.schedulers.api import ( | ||
| REVERSE_EXECUTOR_MAPPING, | ||
| ) | ||
| from nemo_run.run.torchx_backend.schedulers.api import REVERSE_EXECUTOR_MAPPING | ||
|
||
|
|
||
| logger: logging.Logger = logging.getLogger(__name__) | ||
|
|
||
|
|
@@ -60,6 +58,8 @@ def print_log_lines( | |
| role_name, | ||
| replica_id, | ||
| regex, | ||
| None, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why are these needed?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. torchx has 8 args, so prior to this change we were routing Since my codepaths use streams I ran into this issue |
||
| None, | ||
| should_tail=should_tail, | ||
| streams=streams, | ||
| ): | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.