From f678276f40ab767b90d639ec9b5e42dd8877a6dd Mon Sep 17 00:00:00 2001 From: sukrucildirr Date: Mon, 26 May 2025 00:41:59 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d2ded3..f0493066 100644 --- a/README.md +++ b/README.md @@ -186,4 +186,4 @@ You can then upload the model to huggingface using huggingface-cli: # Usage: huggingface-cli upload [repo_id] [local_path] [path_in_repo] huggingface-cli upload username/mymodel /path/to/save/converted_model . --private ``` -The repo will be created if `repo_id` does not exist. The `--private` will create the repo as a private repo and can be ommited to create a publicly accessible repo. +The repo will be created if `repo_id` does not exist. The `--private` will create the repo as a private repo and can be omitted to create a publicly accessible repo.