File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ npx @huggingface/hub upload datasets/coyotte508/test-dataset .
103
103
# Same thing
104
104
npx @huggingface/hub upload --repo-type dataset coyotte508/test-dataset .
105
105
# Upload new data with 0 history in a separate branch
106
- npx @huggingface/hub create- branch coyotte508/test-model release --empty
106
+ npx @huggingface/hub branch create coyotte508/test-model release --empty
107
107
npx @huggingface/hub upload coyotte508/test-model . --revision release
108
108
109
109
npx @huggingface/hub --help
@@ -115,7 +115,7 @@ You can also instal globally with `npm install -g @huggingface/hub`. Then you ca
115
115
``` console
116
116
hfjs upload coyotte508/test-model .
117
117
118
- hfjs create- branch --repo-type dataset coyotte508/test-dataset release --empty
118
+ hfjs branch create --repo-type dataset coyotte508/test-dataset release --empty
119
119
hfjs upload --repo-type dataset coyotte508/test-dataset . --revision release
120
120
121
121
hfjs --help
You can’t perform that action at this time.
0 commit comments