We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c8e7a commit ef0cfe7Copy full SHA for ef0cfe7
lmdeploy/cli/cli.py
@@ -118,6 +118,7 @@ def add_parser_chat():
118
tb_group._group_actions.append(quant_policy)
119
ArgumentHelper.model_format(tb_group)
120
ArgumentHelper.rope_scaling_factor(tb_group)
121
+ ArgumentHelper.communicator(tb_group)
122
123
@staticmethod
124
def add_parser_checkenv():
0 commit comments