summaryrefslogtreecommitdiff
path: root/examples/beam-search/beam-search.cpp
AgeCommit message (Expand)Author
2023-10-23llama : remove token functions with `context` args in favor of `model` (#3720)Marcus Dunn
2023-09-28llama.cpp : split llama_context_params into model and context params (#3301)slaren
2023-09-28llama : custom attention mask + parallel decoding + no context swaps (#3228)Georgi Gerganov
2023-09-15examples : add compiler version and target to build info (#2998)Cebtenzzre
2023-09-15check C++ code with -Wmissing-declarations (#3184)Cebtenzzre
2023-09-08build : do not use _GNU_SOURCE gratuitously (#2035)Przemysław Pawełczyk
2023-09-01build : fix most gcc and clang warnings (#2861)Cebtenzzre
2023-08-30examples : fix underscore in beam-search + .gitignore (close #2900)Georgi Gerganov