fix: remove the empty line

Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
reidliu 2025-02-14 13:42:13 +08:00
parent 2f7268b790
commit 25345f962a

View file

@ -83,8 +83,7 @@ def setup_download_parser(parser: argparse.ArgumentParser) -> None:
type=str,
required=False,
default="*.safetensors",
help="""
For source=huggingface, files matching any of the patterns are not downloaded. Defaults to ignoring
help="""For source=huggingface, files matching any of the patterns are not downloaded. Defaults to ignoring
safetensors files to avoid downloading duplicate weights.
""",
)