Skip to content

Commit

Permalink
fix missing cli chat option
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhangzz committed Mar 4, 2025
1 parent e8c8e7a commit 05a2532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lmdeploy/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def add_parser_chat():
tb_group._group_actions.append(quant_policy)
ArgumentHelper.model_format(tb_group)
ArgumentHelper.rope_scaling_factor(tb_group)
ArgumentHelper.communicator(tb_group)

@staticmethod
def add_parser_checkenv():
Expand Down

0 comments on commit 05a2532

Please sign in to comment.