From d77be83135317408c2f4595271c5624ee824cc61 Mon Sep 17 00:00:00 2001 From: Ruixiang Wang Date: Wed, 20 May 2026 18:19:11 +0000 Subject: [PATCH] doc: fix spec mtp typo --- docs/speculative.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/speculative.md b/docs/speculative.md index 45e42d42a436..041ff58038de 100644 --- a/docs/speculative.md +++ b/docs/speculative.md @@ -247,7 +247,7 @@ Specifies a comma-separated list of speculative decoding types to use. |------|-------------| | `none` | No speculative decoding (default) | | `draft-simple` | Use a simple draft model for speculation | -| `draft-mtp` | Use Masked Token Prediction (MTP) heads from the main model | +| `draft-mtp` | Use Multi Token Prediction (MTP) heads from the main model | | `ngram-cache` | Use n-gram cache lookup | | `ngram-simple` | Use simple n-gram pattern matching | | `ngram-map-k` | Use n-gram pattern matching with n-gram-keys |