You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--draft-model`| (none) | Draft model path/ID for speculative decoding. When used with `--stream-experts`, `--num-draft-tokens` is auto-capped to 1 to minimise SSD I/O fan-out (see performance note above). |
440
440
|`--num-draft-tokens`|`4`| Tokens per speculation round. Auto-capped to 1 when combined with `--stream-experts`. |
441
+
|`--dflash`|`false`| Enable DFlash block-diffusion speculative decoding. Requires a compatible DFlash draft model |
442
+
|`--dflash-block-size`| (auto) | Number of tokens per DFlash draft block. Defaults to draft model config |
0 commit comments