index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
sampling.cpp
Age
Commit message (
Expand
)
Author
2025-07-03
Do not crash when there is no DRY sampler (#578)
Kawrakow
2025-06-19
add dry sampler (#513)
firecoperana
2025-06-03
Adding top-n-sigma sampler (#489)
Kawrakow
2025-06-03
Adding the XTC sampler (#486)
Kawrakow
2024-07-27
Merge mainline llama.cpp (#3)
Kawrakow
2024-05-22
common : normalize naming style (#7462)
Georgi Gerganov
2024-05-21
`grammars`: fix resampling logic regression (#7424)
Olivier Chafik
2024-05-11
server: fix reported top tokens for temperature 0 (#7203)
Johannes Gäßler
2024-05-07
server: fix incorrectly reported token probabilities (#7125)
Johannes Gäßler
2024-04-29
sampling : use std::random_device{}() for default random seed (#6962)
David Renshaw
2024-04-24
Server: fix seed for multiple slots (#6835)
Johannes Gäßler
2024-03-24
sampling : deduplicated code for probability distribution access (#6240)
Minsoo Cheong
2024-03-13
grammar : handle missing "root" node (#6004)
Clint Herron
2024-03-04
speculative : implement stochastic speculative sampling (#5625)
Minsoo Cheong
2024-02-25
server: tests - slow inference causes timeout on the CI (#5715)
Pierrick Hymbert
2024-02-18
common, server : surface min_keep as its own parameter (#5567)
Robey Holderith
2024-02-18
sampling : do not set min_keep to n_probs (#5564)
Georgi Gerganov
2024-02-16
server : add "samplers" param to control the samplers order (#5494)
Alexey Parfenov
2024-02-11
common : use enums for sampler types (#5418)
Alexey Parfenov
2024-02-11
common : fix compile warning
Georgi Gerganov
2024-02-08
sampling: fix top_k <= 0 (#5388)
Johannes Gäßler
2024-01-27
Remove unused data and add fixes (#5154)
Michael Klimenko
2024-01-25
llama : dynamic temperature sampling (#4972)
l3utterfly
2024-01-15
llama : apply classifier-free guidance to logits directly (#4951)
David Friehs
2023-12-23
server : allow to specify custom prompt for penalty calculation (#3727)
Alexey Parfenov
2023-12-23
grammar : check the full vocab only if necessary (opt) (#4306)
kalomaze
2023-12-06
common : fix compile warning
Georgi Gerganov
2023-12-05
sampling : custom samplers order (#4285)
MaggotHATE
2023-11-01
sampling : null grammar field after reset (#3885)
l3utterfly
2023-10-31
samplers : Min-P sampler implementation [alternative to Top P/Top K] (#3841)
kalomaze
2023-10-28
llama : add option for greedy sampling with probs (#3813)
Georgi Gerganov
2023-10-23
llama : remove token functions with `context` args in favor of `model` (#3720)
Marcus Dunn
2023-10-20
sampling : refactor init to use llama_sampling_params (#3696)
Georgi Gerganov
2023-10-18
speculative : add tree-based sampling example (#3624)
Georgi Gerganov
2023-10-11
common : fix mirostat state when using multiple sequences (#3543)
Kerfuffle