From 458f7cd7abf0f5cbd8450bc66383bbefb8ce7fb7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 2 Apr 2023 00:44:40 +0900 Subject: [PATCH] update convert-ggml-to-pth.py huggingface -> Hugging Face --- convert-ggml-to-pth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert-ggml-to-pth.py b/convert-ggml-to-pth.py index 7ddfe3a1b..25a44237a 100644 --- a/convert-ggml-to-pth.py +++ b/convert-ggml-to-pth.py @@ -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)"