Unverified Commit fc66dee7 authored by Robin's avatar Robin Committed by GitHub
Browse files

[Misc] Fix the error in the tip for the --lora-modules parameter (#12319)


Signed-off-by: default avatarwangerxiao <863579016@qq.com>
parent 6609cdf0
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment