summaryrefslogtreecommitdiff
path: root/examples/infill/infill.cpp
AgeCommit message (Expand)Author
2023-11-20main : Add ChatML functionality to main example (#4046)Seb C
2023-11-16Respect tokenizer.ggml.add_bos_token value when tokenizing (#4040)Kerfuffle
2023-11-02build : link against build info instead of compiling against it (#3879)cebtenzzre
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
2023-10-10infill. : fix tokenization (#3508)vvhg1
2023-10-02infill : add new example + extend server API (#3296)vvhg1