Add Adaptive P sampler ordering (#5022)

This commit is contained in:
Beinsezii
2026-01-16 02:41:06 -08:00
committed by GitHub
parent b418ec5c37
commit 76f70ec3c2
+1
View File
@@ -74,6 +74,7 @@ const LLAMACPP_DEFAULT_ORDER = [
'min_p',
'xtc',
'temperature',
'adaptive_p',
];
const OOBA_DEFAULT_ORDER = [
'repetition_penalty',