From 6bf9bc24330f1297b43d9d48ce4a2b58530ef124 Mon Sep 17 00:00:00 2001 From: thomashacker Date: Thu, 19 Jan 2023 15:14:59 +0100 Subject: [PATCH] Remove flag from docs --- website/docs/api/cli.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index c7beba6db..ca4023101 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -11,7 +11,6 @@ menu: - ['debug', 'debug'] - ['train', 'train'] - ['pretrain', 'pretrain'] - - ['rehearse', 'rehearse'] - ['evaluate', 'evaluate'] - ['benchmark', 'benchmark'] - ['apply', 'apply'] @@ -1050,7 +1049,7 @@ in the section `[paths]`. > ``` ```bash -$ python -m spacy train [config_path] [--output] [--code] [--verbose] [--gpu-id] [--use_rehearse] [overrides] +$ python -m spacy train [config_path] [--output] [--code] [--verbose] [--gpu-id] [overrides] ``` | Name | Description | @@ -1135,7 +1134,6 @@ $ python -m spacy pretrain [config_path] [output_dir] [--code] [--resume-path] [ | overrides | Config parameters to override. Should be options starting with `--` that correspond to the config section and value to override, e.g. `--training.dropout 0.2`. ~~Any (option/flag)~~ | | **CREATES** | The pretrained weights that can be used to initialize `spacy train`. | - ## evaluate {id="evaluate",version="2",tag="command"} The `evaluate` subcommand is superseded by