MCPcopy
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

runFunction · 0.45

Calls 2

add_parser_checkenvMethod · 0.80
add_parser_chatMethod · 0.80

Tested by

no test coverage detected