[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:
Robin 2025-01-23 00:48:41 +08:00 committed by GitHub
parent 6609cdf019
commit fc66dee76d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",