Files
ik_llama.cpp/common
dungquixote42 6dfbef27ec Adaptive p: bugfix + optimization + refactor (#1155)
* adaptive-p sampler: fix zeroed orig_probs bug and refactor

- Fix bug where original probabilities were captured as zero by calculating
  them from logits in llama_prep_adaptive_p (new).
- Replace vector with unordered_map to track candidate probabilities,
  filtering for relevance via logit delta (16.6f).
- Standardize API naming: llama_<action/verb>_<focus/name/topic>_<extra/info>
- Update function signatures to follow most other samplers.

* resolve merge bug

* adaptive-p: revert reordering function definitions
2026-01-18 08:26:06 +02:00
..
2024-07-27 07:55:01 +02:00
2026-01-13 08:12:49 +02:00
2026-01-13 08:07:12 +02:00
2025-11-30 18:45:38 +01:00
2025-12-15 08:27:20 +01:00
2024-07-27 07:55:01 +02:00
2023-11-13 14:16:23 +02:00