MCPcopy Create free account
hub / github.com/pytorch/examples / get_logger

Function get_logger

distributed/tensor_parallelism/log_utils.py:8–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6)
7
8def get_logger():
9 return logging.getLogger(__name__)
10
11
12def rank_log(_rank, logger, msg):

Calls

no outgoing calls

Tested by

no test coverage detected