summaryrefslogtreecommitdiff
path: root/common/sampling.h
AgeCommit message (Expand)Author
2024-05-22common : normalize naming style (#7462)Georgi Gerganov
2024-05-11server: fix reported top tokens for temperature 0 (#7203)Johannes Gäßler
2024-05-07server: fix incorrectly reported token probabilities (#7125)Johannes Gäßler
2024-04-24Server: fix seed for multiple slots (#6835)Johannes Gäßler
2024-04-08llama : support negative ith in llama_get_ API (#6519)Rick G
2024-03-24sampling : deduplicated code for probability distribution access (#6240)Minsoo Cheong
2024-03-19common : disable repeat penalties by default (#6127)Georgi Gerganov
2024-03-04speculative : implement stochastic speculative sampling (#5625)Minsoo Cheong
2024-02-18common, server : surface min_keep as its own parameter (#5567)Robey Holderith
2024-02-16server : add "samplers" param to control the samplers order (#5494)Alexey Parfenov
2024-02-11common : use enums for sampler types (#5418)Alexey Parfenov
2024-01-25llama : dynamic temperature sampling (#4972)l3utterfly
2024-01-17llama : fix copy/paste error in llama_sampling_params comment (#4994)David Renshaw
2023-12-23server : allow to specify custom prompt for penalty calculation (#3727)Alexey Parfenov
2023-12-05sampling : custom samplers order (#4285)MaggotHATE
2023-10-31samplers : Min-P sampler implementation [alternative to Top P/Top K] (#3841)kalomaze
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