You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,8 @@ To check if the command has been registered successfully:
25
25
python -m spacy huggingface-hub --help
26
26
```
27
27
28
-
Hugging Face uses **Git Large File Storage** (LFS) to handle files larger than 10mb. You can find instructions on how to download it [here](https://git-lfs.github.com/).
29
28
30
-
You can then upload any pipeline packaged with [`spacy package`](https://spacy.io/api/cli#package). Make sure to set `--build wheel` to output a binary `.whl` file. The uploader will read all metadata from the pipeline package, including the auto-generated pretty `README.md` and the model details available in the `meta.json`.
29
+
You can upload any pipeline packaged with [`spacy package`](https://spacy.io/api/cli#package). Make sure to set `--build wheel` to output a binary `.whl` file. The uploader will read all metadata from the pipeline package, including the auto-generated pretty `README.md` and the model details available in the `meta.json`.
|`whl_path`| str / `Path`| The path to the `.whl` file packaged with [`spacy package`](https://spacy.io/api/cli#package). |
69
68
|`--org`, `-o`| str | Optional name of organization to which the pipeline should be uploaded. |
70
69
|`--msg`, `-m`| str | Commit message to use for update. Defaults to `"Update spaCy pipeline"`. |
71
-
|`--local-repo`, `-l`| str / `Path`| Local path to the model repository (will be created if it doesn't exist). Defaults to `hub` in the current working directory. |
72
70
|`--verbose`, `-V`| bool | Output additional info for debugging, e.g. the full generated hub metadata. |
0 commit comments