py: huggingface -> Hugging Face (#686)

This commit is contained in:
Ikko Eltociear Ashimine 2023-04-02 01:38:18 +09:00 committed by GitHub
parent d0a7f742e7
commit a717cba844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)"