summaryrefslogtreecommitdiff
path: root/common/sampling.cpp
AgeCommit message (Expand)Author
2023-10-28llama : add option for greedy sampling with probs (#3813)Georgi Gerganov
2023-10-23llama : remove token functions with `context` args in favor of `model` (#3720)Marcus Dunn
2023-10-20sampling : refactor init to use llama_sampling_params (#3696)Georgi Gerganov
2023-10-18speculative : add tree-based sampling example (#3624)Georgi Gerganov
2023-10-11common : fix mirostat state when using multiple sequences (#3543)Kerfuffle