From 2fc8d1851ee8fc0d5fd766bb6e2bcdcdec66cbdf Mon Sep 17 00:00:00 2001 From: Ruixiang Wang Date: Thu, 21 May 2026 08:30:55 +0200 Subject: [PATCH] doc: fix spec mtp typo (#23435) --- docs/speculative.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/speculative.md b/docs/speculative.md index 45e42d42a..041ff5803 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 |