Add DRY to llama.cpp sampler order

This commit is contained in:
DocShotgun
2024-12-18 19:04:49 -08:00
parent 00363cc206
commit 6193eb14da
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ const {
} = textgen_types;
const LLAMACPP_DEFAULT_ORDER = [
'dry',
'top_k',
'tfs_z',
'typical_p',