Skip to content

Commit

Permalink
[Misc] Fix the error in the tip for the --lora-modules parameter
Browse files Browse the repository at this point in the history
Signed-off-by: wangerxiao <[email protected]>
  • Loading branch information
WangErXiao committed Jan 22, 2025
1 parent 528dbca commit 9f74987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/entrypoints/openai/cli_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def make_arg_parser(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
"or JSON format. "
"Example (old format): ``'name=path'`` "
"Example (new format): "
"``{\"name\": \"name\", \"local_path\": \"path\", "
"``{\"name\": \"name\", \"path\": \"local_path\", "
"\"base_model_name\": \"id\"}``")
parser.add_argument(
"--prompt-adapters",
Expand Down

0 comments on commit 9f74987

Please sign in to comment.