mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-10 04:08:31 +00:00
fix: remove the empty line
Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
parent
2f7268b790
commit
25345f962a
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
""",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue