Skip to content

Commit bdfbffe

Browse files
committed
Add: Add logging message in proxy
1 parent 7d3f3af commit bdfbffe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

axlearn/common/launch_trainer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ def _run_trainer_impl(trainer_config: SpmdTrainer.Config) -> Any:
154154
if FLAGS.jax_backend == "proxy":
155155
# pylint: disable-next=import-error,import-outside-toplevel
156156
from pathwaysutils.elastic import manager
157+
158+
logging.info("===========Entering the Proxy jax backend.========")
157159
elastic_manager = manager.Manager()
158160
max_attempts = 5
159161
for attempt_index in range(max_attempts):

0 commit comments

Comments
 (0)