Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InternLM/lmdeploy
/ add_parsers
Method
add_parsers
lmdeploy/cli/cli.py:174–177 ·
view source on GitHub ↗
Add all parsers.
()
Source
from the content-addressed store, hash-verified
172
173
@staticmethod
174
def
add_parsers():
175
""
"Add all parsers."
""
176
CLI.add_parser_checkenv()
177
CLI.add_parser_chat()
Callers
1
run
Function · 0.45
Calls
2
add_parser_checkenv
Method · 0.80
add_parser_chat
Method · 0.80
Tested by
no test coverage detected