MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / get

Method get

codegeex/megatron/microbatches.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 self.current_global_batch_size = None
74
75 def get(self):
76 return self.num_micro_batches
77
78 def get_current_global_batch_size(self):
79 return self.current_global_batch_size

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected