Age | Commit message (Expand) | Author |
---|---|---|
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 |