aboutsummaryrefslogtreecommitdiff
path: root/utils.cpp
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-21Add OpenBSD support (#314)Kevin Lo
2023-03-21cmdline option for custom amount of model parts (--n_parts N) (#348)anzz1
2023-03-21Add tokenizer test + revert to C++11 (#355)Georgi Gerganov
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-19Drop trailing new line from file prompts (#80)Georgi Gerganov
2023-03-19Add "--instruct" argument for usage with Alpaca (#240)Georgi Gerganov
2023-03-18Fix n^2 loop in tokenization (#254)Gary Linscott
2023-03-17Implement non-greedy tokenizer that tries to maximize token lengths (#242)thement
2023-03-17Don't tell users to use a bad number of threads (#243)Stephan Walter
2023-03-17Q4_1 quantization (#193)Matvey Soloviev
2023-03-15added ctx_size parameter (#148)Justin Suess
2023-03-13Add NetBSD support. (#90)Thomas Klausner
2023-03-12Add interactive mode (#61)Matvey Soloviev
2023-03-12Allow using prompt files (#59)Ben Garney
2023-03-12Add back top_k (#56)beiller
2023-03-12Windows fixes (#31)SebastiƔn A
2023-03-12Add repetition penalty (#20)beiller
2023-03-11Support all LLaMA models + change Q4_0 quantization storageGeorgi Gerganov
2023-03-11Add missing headers for memcpy and assert (#3)Jean-Michaƫl Celerier
2023-03-10Fix a bug in the rope calculationGeorgi Gerganov
2023-03-10Final touchesGeorgi Gerganov
2023-03-10Initial releaseGeorgi Gerganov