Skip to content

Commit

Permalink
py: huggingface -> Hugging Face (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Apr 1, 2023
1 parent d0a7f74 commit a717cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert-ggml-to-pth.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def main():
parser.add_argument(
"--hf",
action="store_true",
help="Whether to save the model in the huggingface format. (default: False)",
help="Whether to save the model in the Hugging Face format. (default: False)",
)
parser.add_argument(
"--chat", "-c", action="store_true", help="Whether to open a chat with the model. (default: False)"
Expand Down

0 comments on commit a717cba

Please sign in to comment.