Skip to content

Commit

Permalink
[Misc] Fix the error in the tip for the --lora-modules parameter (vll…
Browse files Browse the repository at this point in the history
…m-project#12319)

Signed-off-by: wangerxiao <[email protected]>
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
WangErXiao authored and Isotr0py committed Feb 2, 2025
1 parent ae5241f commit eb0f4a5
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\": \"lora_path\", "
"\"base_model_name\": \"id\"}``")
parser.add_argument(
"--prompt-adapters",
Expand Down

0 comments on commit eb0f4a5

Please sign in to comment.