Enable XTC support for llama.cpp

This commit is contained in:
theo77186
2024-10-16 18:30:46 +02:00
parent 3471d0be93
commit 37f3a24ac6
2 changed files with 3 additions and 1 deletions

View File

@ -65,6 +65,7 @@ const LLAMACPP_DEFAULT_ORDER = [
'typical_p',
'top_p',
'min_p',
'xtc',
'temperature',
];
const OOBA_DEFAULT_ORDER = [