aboutsummaryrefslogtreecommitdiff
path: root/convert-ggml-to-pth.py
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <eltociear@gmail.com>2023-04-02 01:38:18 +0900
committerGitHub <noreply@github.com>2023-04-01 18:38:18 +0200
commita717cba8440b380f43cd3e2510862fc1ea3de9a2 (patch)
treec2227562bf0a0d9755b87293ea98dc95e82f3b23 /convert-ggml-to-pth.py
parentd0a7f742e76bb48c0bd852f0b3bf09ec0b75b200 (diff)
py: huggingface -> Hugging Face (#686)
Diffstat (limited to 'convert-ggml-to-pth.py')
-rw-r--r--convert-ggml-to-pth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert-ggml-to-pth.py b/convert-ggml-to-pth.py
index 7ddfe3a..25a4423 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)"