MCPcopy
hub / github.com/deepspeedai/DeepSpeedExamples / info

Method info

bing_bert/turing/logger.py:16–18  ·  view source on GitHub ↗
(self, message, *args, **kwargs)

Source from the content-addressed store, hash-verified

14 self.cuda = cuda
15
16 def info(self, message, *args, **kwargs):
17 if (self.cuda and dist.get_rank() == 0) or not self.cuda:
18 self.logger.info(message, *args, **kwargs)
19
20 def error(self, message, *args, **kwargs):
21 self.logger.error(message, *args, **kwargs)

Callers 15

checkpoint_modelFunction · 0.80
pretrain_validationFunction · 0.80
trainFunction · 0.80
load_checkpointFunction · 0.80
runFunction · 0.80
mainFunction · 0.80
from_pretrainedMethod · 0.80
from_pretrainedMethod · 0.80
get_from_cacheFunction · 0.80
init_bert_weightsMethod · 0.80
from_pretrainedMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected