From: Ikko Eltociear Ashimine Date: Sat, 1 Apr 2023 16:38:18 +0000 (+0900) Subject: py: huggingface -> Hugging Face (#686) X-Git-Tag: gguf-v0.4.0~1031 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a717cba8440b380f43cd3e2510862fc1ea3de9a2;p=pkg%2Fggml%2Fsources%2Fllama.cpp py: huggingface -> Hugging Face (#686) --- diff --git a/convert-ggml-to-pth.py b/convert-ggml-to-pth.py index 7ddfe3a1..25a44237 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)"