[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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user