]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
py: huggingface -> Hugging Face (#686)
authorIkko Eltociear Ashimine <redacted>
Sat, 1 Apr 2023 16:38:18 +0000 (01:38 +0900)
committerGitHub <redacted>
Sat, 1 Apr 2023 16:38:18 +0000 (18:38 +0200)
convert-ggml-to-pth.py

index 7ddfe3a1b20a6fc23ad8624ce4b72dadcff7a3bf..25a44237a092aaf2a46b97b2f3ce877c3c95ccfb 100644 (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)"