mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-12 17:12:38 +08:00
[Misc] Fix the error in the tip for the --lora-modules parameter (#12319)
Signed-off-by: wangerxiao <863579016@qq.com>
This commit is contained in:
parent
6609cdf019
commit
fc66dee76d
@ -117,7 +117,7 @@ def make_arg_parser(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
|
|||||||
"or JSON format. "
|
"or JSON format. "
|
||||||
"Example (old format): ``'name=path'`` "
|
"Example (old format): ``'name=path'`` "
|
||||||
"Example (new format): "
|
"Example (new format): "
|
||||||
"``{\"name\": \"name\", \"local_path\": \"path\", "
|
"``{\"name\": \"name\", \"path\": \"lora_path\", "
|
||||||
"\"base_model_name\": \"id\"}``")
|
"\"base_model_name\": \"id\"}``")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--prompt-adapters",
|
"--prompt-adapters",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user