mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 10:54:36 +00:00
py: huggingface -> Hugging Face (#686)
This commit is contained in:
parent
d0a7f742e7
commit
a717cba844
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user