aboutsummaryrefslogtreecommitdiff
path: root/utils.h
AgeCommit message (Expand)Author
2023-03-22Introduce C-style API (#370)Georgi Gerganov
2023-03-21We could use std::unordered_map over std::map (#305)Fabio R. Sluzala
2023-03-21Compute perplexity over prompt (#270)Gary Linscott
2023-03-21cmdline option for custom amount of model parts (--n_parts N) (#348)anzz1
2023-03-21Change default repeat_penalty to 1.0Georgi Gerganov
2023-03-21Add tokenizer test + revert to C++11 (#355)Georgi Gerganov
2023-03-20move file magic/version to header, print expected version (#319)Mack Straight
2023-03-20sentencepiece bpe compatible tokenizer (#252)Mack Straight
2023-03-19Support for multiple reverse prompts. (#299)tjohnman
2023-03-19Make prompt randomization optional. (#300)tjohnman
2023-03-19Add --ignore-eos parameter (#181)slaren
2023-03-19Command line switch to use F16 for memory_k and memory_v (refactor of #154) (...Erik Scholz
2023-03-19Add "--instruct" argument for usage with Alpaca (#240)Georgi Gerganov
2023-03-17Default to 4 threads (#243)Georgi Gerganov
2023-03-17Don't tell users to use a bad number of threads (#243)Stephan Walter
2023-03-15added ctx_size parameter (#148)Justin Suess
2023-03-12Add interactive mode (#61)Matvey Soloviev
2023-03-12Add back top_k (#56)beiller
2023-03-12Add repetition penalty (#20)beiller
2023-03-10Fix a bug in the rope calculationGeorgi Gerganov
2023-03-10Final touchesGeorgi Gerganov
2023-03-10Initial releaseGeorgi Gerganov