From 25345f962ab34864b6ce8bed10173046e8b23c74 Mon Sep 17 00:00:00 2001 From: reidliu Date: Fri, 14 Feb 2025 13:42:13 +0800 Subject: [PATCH] fix: remove the empty line Signed-off-by: reidliu --- llama_stack/cli/download.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llama_stack/cli/download.py b/llama_stack/cli/download.py index 3ea534277..eaf61de24 100644 --- a/llama_stack/cli/download.py +++ b/llama_stack/cli/download.py @@ -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. """, )