Browse Source

py: huggingface -> Hugging Face (#686)

Ikko Eltociear Ashimine 2 years ago
parent
commit
a717cba844
1 changed files with 1 additions and 1 deletions
  1. 1 1
      convert-ggml-to-pth.py

+ 1 - 1
convert-ggml-to-pth.py

@@ -254,7 +254,7 @@ def main():
     parser.add_argument(
     parser.add_argument(
         "--hf",
         "--hf",
         action="store_true",
         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(
     parser.add_argument(
         "--chat", "-c", action="store_true", help="Whether to open a chat with the model. (default: False)"
         "--chat", "-c", action="store_true", help="Whether to open a chat with the model. (default: False)"