Skip to content

Commit

Permalink
updating help docs for hf-token arg in download.py (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanMohammadi authored May 16, 2024
1 parent a6f4cc5 commit 3883081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtune/_cli/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _add_arguments(self) -> None:
required=False,
default="*.safetensors",
help="If provided, files matching any of the patterns are not downloaded. Defaults to ignoring "
"safetensors files as those are not currently supported in TorchTune.",
"safetensors files to avoid downloading duplicate weights.",
)

def _download_cmd(self, args: argparse.Namespace) -> None:
Expand Down

0 comments on commit 3883081

Please sign in to comment.