Skip to content

Commit ef0cfe7

Browse files
authored
fix missing cli chat option (#3209)
1 parent e8c8e7a commit ef0cfe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lmdeploy/cli/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def add_parser_chat():
118118
tb_group._group_actions.append(quant_policy)
119119
ArgumentHelper.model_format(tb_group)
120120
ArgumentHelper.rope_scaling_factor(tb_group)
121+
ArgumentHelper.communicator(tb_group)
121122

122123
@staticmethod
123124
def add_parser_checkenv():

0 commit comments

Comments
 (0)