Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
def
parse_args():
21
parser = internlm.get_default_parser()
22
args = parser.parse_args()
23
24
return
args
25
26
27
def
get_master_node():
Callers
1
train.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected