diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index 8ae9a951a..f8106b02c 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -1739,7 +1739,7 @@ $ python -m spacy distill [teacher_model] [student_config_path] [--output] [--co | `--verbose`, `-V` | Show more detailed messages during distillation. ~~bool (flag)~~ | | `--gpu-id`, `-g` | GPU ID or `-1` for CPU. Defaults to `-1`. ~~int (option)~~ | | `--help`, `-h` | Show help message and available arguments. ~~bool (flag)~~ | -| **CREATES** | The final trained pipeline and the best trained pipeline. | +| **CREATES** | The final distilled pipeline and the best distilled pipeline. | ## huggingface-hub {id="huggingface-hub",version="3.1"}