Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.