]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
doc: fix spec mtp typo (#23435)
authorRuixiang Wang <redacted>
Thu, 21 May 2026 06:30:55 +0000 (08:30 +0200)
committerGitHub <redacted>
Thu, 21 May 2026 06:30:55 +0000 (09:30 +0300)
docs/speculative.md

index 45e42d42a436d95ef907a2935147d26873d2b7e3..041ff58038dea519caf20a5552ce605dda9325f6 100644 (file)
@@ -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 |