MCPcopy Index your code
hub / github.com/InternLM/InternLM / parse_args

Function parse_args

internlm/utils/common.py:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19
20def parse_args():
21 parser = internlm.get_default_parser()
22 args = parser.parse_args()
23
24 return args
25
26
27def get_master_node():

Callers 1

train.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected