aboutsummaryrefslogtreecommitdiff
path: root/utils.cpp
AgeCommit message (Expand)Author
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