mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-22 11:16:08 +00:00
doc: fix spec mtp typo (#23435)
This commit is contained in:
parent
5e932a1c8d
commit
2fc8d1851e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue