torchx-nightly 2024.12.3__py3-none-any.whl → 2024.12.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of torchx-nightly might be problematic. Click here for more details.
- torchx/util/log_tee_helpers.py +1 -1
- {torchx_nightly-2024.12.3.dist-info → torchx_nightly-2024.12.4.dist-info}/METADATA +1 -1
- {torchx_nightly-2024.12.3.dist-info → torchx_nightly-2024.12.4.dist-info}/RECORD +7 -7
- {torchx_nightly-2024.12.3.dist-info → torchx_nightly-2024.12.4.dist-info}/LICENSE +0 -0
- {torchx_nightly-2024.12.3.dist-info → torchx_nightly-2024.12.4.dist-info}/WHEEL +0 -0
- {torchx_nightly-2024.12.3.dist-info → torchx_nightly-2024.12.4.dist-info}/entry_points.txt +0 -0
- {torchx_nightly-2024.12.3.dist-info → torchx_nightly-2024.12.4.dist-info}/top_level.txt +0 -0
torchx/util/log_tee_helpers.py
CHANGED
|
@@ -102,7 +102,7 @@ def _print_log_lines_for_role_replica(
|
|
|
102
102
|
color_begin = ""
|
|
103
103
|
color_end = ""
|
|
104
104
|
prefix = f"{color_begin}{which_role}/{which_replica}{color_end} "
|
|
105
|
-
print(_prefix_line(prefix, line), file=dst, end="", flush=True)
|
|
105
|
+
print(_prefix_line(prefix, line.strip()), file=dst, end="\n", flush=True)
|
|
106
106
|
except Exception as e:
|
|
107
107
|
exceptions.put(e)
|
|
108
108
|
raise
|
|
@@ -105,7 +105,7 @@ torchx/util/cuda.py,sha256=-ZTa1WCLnY2WtSWAdWufLQqZSDCZfZsloBuiS84LIkU,1099
|
|
|
105
105
|
torchx/util/datetime.py,sha256=hV6Sg0u5KTBe68yrmy_RGCC5su0i4Tb_mAYphWamiXI,405
|
|
106
106
|
torchx/util/entrypoints.py,sha256=4rqmA81XYLj4Kk7GboJi0z78h4NIQxSrcOzDuuTwCkw,2725
|
|
107
107
|
torchx/util/io.py,sha256=HNpWLcFUX0WTAP3CsdamHz--FR5A4kSdLCPfNqa2UkA,1807
|
|
108
|
-
torchx/util/log_tee_helpers.py,sha256=
|
|
108
|
+
torchx/util/log_tee_helpers.py,sha256=wPyozmh9BOt_2d3Gxa0iNogwnjzwFitIIMBJOJ1arIw,6330
|
|
109
109
|
torchx/util/modules.py,sha256=LRTuZRH5bbRr0ZaCtCtvKbgwhMoPsTx-GokWbCLGPdk,1131
|
|
110
110
|
torchx/util/session.py,sha256=r6M_nyzXgcbk1GgYGZ324F_ehRGCqjjdVk4YgKxMj8M,1214
|
|
111
111
|
torchx/util/shlex.py,sha256=eXEKu8KC3zIcd8tEy9_s8Ds5oma8BORr-0VGWNpG2dk,463
|
|
@@ -115,9 +115,9 @@ torchx/workspace/__init__.py,sha256=FqN8AN4VhR1C_SBY10MggQvNZmyanbbuPuE-JCjkyUY,
|
|
|
115
115
|
torchx/workspace/api.py,sha256=PtDkGTC5lX03pRoYpuMz2KCmM1ZOycRP1UknqvNb97Y,6341
|
|
116
116
|
torchx/workspace/dir_workspace.py,sha256=npNW_IjUZm_yS5r-8hrRkH46ndDd9a_eApT64m1S1T4,2268
|
|
117
117
|
torchx/workspace/docker_workspace.py,sha256=PFu2KQNVC-0p2aKJ-W_BKA9ZOmXdCY2ABEkCExp3udQ,10269
|
|
118
|
-
torchx_nightly-2024.12.
|
|
119
|
-
torchx_nightly-2024.12.
|
|
120
|
-
torchx_nightly-2024.12.
|
|
121
|
-
torchx_nightly-2024.12.
|
|
122
|
-
torchx_nightly-2024.12.
|
|
123
|
-
torchx_nightly-2024.12.
|
|
118
|
+
torchx_nightly-2024.12.4.dist-info/LICENSE,sha256=WVHfXhFC0Ia8LTKt_nJVYobdqTJVg_4J3Crrfm2A8KQ,1721
|
|
119
|
+
torchx_nightly-2024.12.4.dist-info/METADATA,sha256=0CDykTXWYuhkHFpiY93h-iModUj4Drgz4fgmsuxj0OU,6169
|
|
120
|
+
torchx_nightly-2024.12.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
121
|
+
torchx_nightly-2024.12.4.dist-info/entry_points.txt,sha256=T328AMXeKI3JZnnxfkEew2ZcMN1oQDtkXjMz7lkV-P4,169
|
|
122
|
+
torchx_nightly-2024.12.4.dist-info/top_level.txt,sha256=pxew3bc2gsiViS0zADs0jb6kC5v8o_Yy_85fhHj_J1A,7
|
|
123
|
+
torchx_nightly-2024.12.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|