COMMITS
/ common/sampling.h January 4, 2026
D
sampling : add support for backend sampling (#17004)
Daniel Bevenius committed
December 17, 2025
G
common : restore grammar-based rejection sampling (#18137)
Georgi Gerganov committed
December 14, 2025
G
common : refactor common_sampler + grammar logic changes (#17937)
Georgi Gerganov committed
August 31, 2025
G
sampling : optimize samplers by reusing bucket sort (#15665)
Georgi Gerganov committed
February 2, 2025
M
sampling : support for llguidance grammars (#10224)
Michał Moskal committed
November 25, 2024
G
speculative : refactor and add a simpler example (#10362)
Georgi Gerganov committed
October 10, 2024
D
common : use common_ prefix for common library functions (#9805)
Diego Devesa committed
September 10, 2024
S
llama : move random seed generation to the samplers (#9398)
slaren committed
September 9, 2024
X
common : move arg parser code to `arg.cpp` (#9388)
Xuan Son Nguyen committed
September 7, 2024
G
llama : refactor sampling v2 (#9294)
Georgi Gerganov committed
May 22, 2024
G
common : normalize naming style (#7462)
Georgi Gerganov committed
May 11, 2024
J
server: fix reported top tokens for temperature 0 (#7203)
Johannes Gäßler committed
May 7, 2024
J
server: fix incorrectly reported token probabilities (#7125)
Johannes Gäßler committed
April 24, 2024
J
Server: fix seed for multiple slots (#6835)
Johannes Gäßler committed
April 8, 2024
R
llama : support negative ith in llama_get_ API (#6519)
Rick G committed
March 24, 2024
M
sampling : deduplicated code for probability distribution access (#6240)
Minsoo Cheong committed
March 19, 2024
G
common : disable repeat penalties by default (#6127)
Georgi Gerganov committed
March 4, 2024
M
speculative : implement stochastic speculative sampling (#5625)
Minsoo Cheong committed
February 18, 2024
R
common, server : surface min_keep as its own parameter (#5567)
Robey Holderith committed
February 16, 2024
A
server : add "samplers" param to control the samplers order (#5494)
Alexey Parfenov committed
February 11, 2024
A
common : use enums for sampler types (#5418)
Alexey Parfenov committed
January 25, 2024
L
llama : dynamic temperature sampling (#4972)
l3utterfly committed
January 17, 2024
D
llama : fix copy/paste error in llama_sampling_params comment (#4994)
David Renshaw committed
December 23, 2023
A
server : allow to specify custom prompt for penalty calculation (#3727)
Alexey Parfenov committed
December 5, 2023
M
sampling : custom samplers order (#4285)
MaggotHATE committed
October 31, 2023
K
samplers : Min-P sampler implementation [alternative to Top P/Top K] (#3841)
kalomaze committed
October 20, 2023
G
sampling : refactor init to use llama_sampling_params (#3696)
Georgi Gerganov committed
October 18, 2023
G
speculative : add tree-based sampling example (#3624)
Georgi Gerganov committed
October 11, 2023
K
common : fix mirostat state when using multiple sequences (#3543)
Kerfuffle committed