Skip to content

Commit

Permalink
Remove confusing helpstring from server cli args. Closes ggerganov#719
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Sep 15, 2023
1 parent 24fec0b commit b047b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_cpp/server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def parse_bool_arg(arg):
f"--{name}",
dest=name,
type=parse_bool_arg,
help=f"Disable {description}",
help=f"{description}",
)

args = parser.parse_args()
Expand Down

0 comments on commit b047b30

Please sign in to comment.