Skip to content

Commit 035388a

Browse files
WangErXiaorasmith
authored andcommitted
[Misc] Fix the error in the tip for the --lora-modules parameter (vllm-project#12319)
Signed-off-by: wangerxiao <[email protected]>
1 parent ea729f2 commit 035388a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/openai/cli_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def make_arg_parser(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
117117
"or JSON format. "
118118
"Example (old format): ``'name=path'`` "
119119
"Example (new format): "
120-
"``{\"name\": \"name\", \"local_path\": \"path\", "
120+
"``{\"name\": \"name\", \"path\": \"lora_path\", "
121121
"\"base_model_name\": \"id\"}``")
122122
parser.add_argument(
123123
"--prompt-adapters",

0 commit comments

Comments
 (0)