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 .
103103# Same thing
104104npx @huggingface/hub upload --repo-type dataset coyotte508/test-dataset .
105105# 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
107107npx @huggingface/hub upload coyotte508/test-model . --revision release
108108
109109npx @huggingface/hub --help
@@ -115,7 +115,7 @@ You can also instal globally with `npm install -g @huggingface/hub`. Then you ca
115115``` console
116116hfjs upload coyotte508/test-model .
117117
118- hfjs create- branch --repo-type dataset coyotte508/test-dataset release --empty
118+ hfjs branch create --repo-type dataset coyotte508/test-dataset release --empty
119119hfjs upload --repo-type dataset coyotte508/test-dataset . --revision release
120120
121121hfjs --help
You can’t perform that action at this time.
0 commit comments