We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854e740 commit 442e38eCopy full SHA for 442e38e
vllm/entrypoints/openai/cli_args.py
@@ -117,7 +117,7 @@ def make_arg_parser(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
117
"or JSON format. "
118
"Example (old format): ``'name=path'`` "
119
"Example (new format): "
120
- "``{\"name\": \"name\", \"local_path\": \"path\", "
+ "``{\"name\": \"name\", \"path\": \"lora_path\", "
121
"\"base_model_name\": \"id\"}``")
122
parser.add_argument(
123
"--prompt-adapters",
0 commit comments