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

Function get_checkpoint_version

codegeex/megatron/checkpointing.py:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37
38def get_checkpoint_version():
39 global _CHECKPOINT_VERSION
40 return _CHECKPOINT_VERSION
41
42
43def check_checkpoint_args(checkpoint_args):

Callers 2

check_checkpoint_argsFunction · 0.85
load_checkpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected