We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d982af9 commit ef81d23Copy full SHA for ef81d23
packages/hub/README.md
@@ -112,11 +112,11 @@ npx @huggingface/hub upload --help
112
You can also instal globally with `npm install -g @huggingface/hub`. Then you can do:
113
114
```console
115
-hfx upload coyotte508/test-model .
116
-hfx upload --repo-type dataset coyotte508/test-dataset . --revision release --empty
+hfjs upload coyotte508/test-model .
+hfjs upload --repo-type dataset coyotte508/test-dataset . --revision release --empty
117
118
-hfx --help
119
-hfx upload --help
+hfjs --help
+hfjs upload --help
120
```
121
122
## OAuth Login
0 commit comments