Skip to content

Commit

Permalink
[side-effect] bring back "--cap" argument in chat cli (#1859)
Browse files Browse the repository at this point in the history
* [side-effect] bring back  argument in chat cli

* fix

* fix
  • Loading branch information
lvhan028 authored Jun 26, 2024
1 parent 052f550 commit b23ba4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lmdeploy/cli/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def add_parser_turbomind():
ArgumentHelper.cache_block_seq_len(engine_group)
ArgumentHelper.rope_scaling_factor(engine_group)
ArgumentHelper.session_len(engine_group)
# other arguments
ArgumentHelper.cap(parser)
# model args
ArgumentHelper.revision(engine_group)
ArgumentHelper.download_dir(engine_group)
Expand Down

0 comments on commit b23ba4b

Please sign in to comment.