Add --speculative-moe-runner-backend server arg (#10183)
This commit is contained in:
@@ -258,6 +258,7 @@ Please consult the documentation below and [server_args.py](https://github.com/s
|
||||
| `--speculative-accept-threshold-acc` | The accept probability of a draft token is raised from its target probability p to min(1, p / threshold_acc). | `1.0` | Type: float |
|
||||
| `--speculative-token-map` | The path of the draft model's small vocab table. | `None` | Type: str |
|
||||
| `--speculative-attention-mode` | Attention backend for speculative decoding operations (both target verify and draft extend). Can be one of 'prefill' (default) or 'decode'. | `prefill` | `prefill`, `decode` |
|
||||
| `--speculative-moe-runner-backend` | MOE backend for EAGLE speculative decoding, see --moe-runner-backend for options. Same as moe runner backend if unset. | None |
|
||||
|
||||
## Ngram speculative decoding
|
||||
| Argument | Description | Defaults | Options |
|
||||
|
||||
Reference in New Issue
Block a user