mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add DRY to llama.cpp sampler order
This commit is contained in:
@ -55,6 +55,7 @@ const {
|
||||
} = textgen_types;
|
||||
|
||||
const LLAMACPP_DEFAULT_ORDER = [
|
||||
'dry',
|
||||
'top_k',
|
||||
'tfs_z',
|
||||
'typical_p',
|
||||
|
Reference in New Issue
Block a user