From 3f4cc0aff0166252bf319c94faa68326ad14dffb Mon Sep 17 00:00:00 2001 From: Xinyuan Tong <115166877+JustinTong0323@users.noreply.github.com> Date: Sun, 26 Oct 2025 16:49:39 -0700 Subject: [PATCH] Remove description for `--enable-beta-spec` argument (#12177) --- docs/advanced_features/server_arguments.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/advanced_features/server_arguments.md b/docs/advanced_features/server_arguments.md index 35850bf06..08e55bf13 100644 --- a/docs/advanced_features/server_arguments.md +++ b/docs/advanced_features/server_arguments.md @@ -248,7 +248,6 @@ Please consult the documentation below and [server_args.py](https://github.com/s ## Speculative decoding | Argument | Description | Defaults | Options | | --- | --- | --- | --- | -| `--enable-beta-spec` | Description not provided in server_args.py | `False` | bool flag (set to enable) | | `--speculative-algorithm` | Speculative algorithm. | `None` | `EAGLE`, `EAGLE3`, `NEXTN`, `STANDALONE`, `NGRAM` | | `--speculative-draft-model-path`
`--speculative-draft-model` | The path of the draft model weights. This can be a local folder or a Hugging Face repo ID. | `None` | Type: str | | `--speculative-draft-model-revision` | The specific draft model version to use. It can be a branch name, a tag name, or a commit id. If unspecified, will use the default version. | `None` | Type: str |