From: Ruixiang Wang Date: Thu, 21 May 2026 06:30:55 +0000 (+0200) Subject: doc: fix spec mtp typo (#23435) X-Git-Tag: upstream/0.0.10438~1169 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2fc8d1851ee8fc0d5fd766bb6e2bcdcdec66cbdf;p=pkg%2Fggml%2Fsources%2Fllama.cpp doc: fix spec mtp typo (#23435) --- 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 |