mirror of https://github.com/explosion/spaCy.git
Update website/docs/api/cli.md
Co-authored-by: Ines Montani <ines@ines.io>
This commit is contained in:
parent
5fade4feb7
commit
127ce0c574
|
@ -121,7 +121,7 @@ customize those settings in your config file later.
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
```cli
|
```cli
|
||||||
$ python -m spacy init config [output_file] [--lang] [--pipeline] [--optimize] [--cpu]
|
$ python -m spacy init config [output_file] [--lang] [--pipeline] [--optimize] [--cpu] [--pretraining]
|
||||||
```
|
```
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
|
|
Loading…
Reference in New Issue