Skip to content

Commit a717cba

Browse files
author
Ikko Eltociear Ashimine
authored
py: huggingface -> Hugging Face (#686)
1 parent d0a7f74 commit a717cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert-ggml-to-pth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def main():
254254
parser.add_argument(
255255
"--hf",
256256
action="store_true",
257-
help="Whether to save the model in the huggingface format. (default: False)",
257+
help="Whether to save the model in the Hugging Face format. (default: False)",
258258
)
259259
parser.add_argument(
260260
"--chat", "-c", action="store_true", help="Whether to open a chat with the model. (default: False)"

0 commit comments

Comments
 (0)