summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2023-12-14ggml : remove n_dims from ggml_tensor (#4469)slaren
2023-12-13common : add `--version` option to show build info in CLI (#4433)Siwen Yu
2023-12-12english : use `typos` to fix comments and logs (#4354)Richard Kiss
2023-12-07llama : per-layer KV cache + quantum K cache (#4309)Georgi Gerganov
2023-12-06common : fix compile warningGeorgi Gerganov
2023-12-05llama : allow overriding GGUF metadata when loading model (#4092)Kerfuffle
2023-12-05sampling : custom samplers order (#4285)MaggotHATE
2023-12-04grammar-parser : fix typo (#4318)Ikko Eltociear Ashimine
2023-12-01build : fix build info generation and cleanup Makefile (#3920)Jared Van Bortel
2023-11-27cmake : fix issue with version info not getting baked into LlamaConfig.cmake ...bandoti
2023-11-23llama : KV cache view API + better KV cache management (#4170)Georgi Gerganov
2023-11-20main : Add ChatML functionality to main example (#4046)Seb C
2023-11-19common : comma should be semicolon (#4137)kchro3
2023-11-17common : improve yaml log escaping (#4080)Jannis Schönleber
2023-11-17train : move number of gpu layers argument parsing to common/train.cpp (#4074)Jiří Podivín
2023-11-16Respect tokenizer.ggml.add_bos_token value when tokenizing (#4040)Kerfuffle
2023-11-13sync : ggml (backend v2) (#3912)Georgi Gerganov
2023-11-07llava : expose as a shared library for downstream projects (#3613)Damian Stewart
2023-11-05ggml-cuda : fix f16 mul mat (#3961)slaren
2023-11-05Allow common process_escapes to handle \x sequences (#3928)Kerfuffle
2023-11-03speculative : change default p_accept to 0.5 + CLI args (#3919)Georgi Gerganov
2023-11-03common : YAYF (yet another YARN fix) (#3925)Georgi Gerganov
2023-11-02cmake : fix relative path to git submodule index (#3915)Andrei
2023-11-02build : link against build info instead of compiling against it (#3879)cebtenzzre
2023-11-01llama : implement YaRN RoPE scaling (#2268)cebtenzzre
2023-11-01common : minor (#3715)Georgi Gerganov
2023-11-01common : allow caller to handle help/argument exceptions (#3715)bandoti
2023-11-01log : make generating separate log files optional (#3787)staviq
2023-11-01sampling : null grammar field after reset (#3885)l3utterfly
2023-11-01finetune : add -ngl parameter (#3762)Andrew Godfrey
2023-10-31samplers : Min-P sampler implementation [alternative to Top P/Top K] (#3841)kalomaze
2023-10-29Extend llama_kv_cache_seq_rm to allow matching any sequence (#3843)Kerfuffle
2023-10-28llama : add option for greedy sampling with probs (#3813)Georgi Gerganov
2023-10-28common : print that one line of the syntax help *also* to standard output (#3...Henk Poley
2023-10-25log : disable pid in log filenamesGeorgi Gerganov
2023-10-23llama : remove token functions with `context` args in favor of `model` (#3720)Marcus Dunn
2023-10-22main : escape prompt for cfg_negative_prompt and consecutive inputs in main w...vvhg1
2023-10-20sampling : refactor init to use llama_sampling_params (#3696)Georgi Gerganov
2023-10-20ggml : fix rope + llama minor optimizations (#3560)Herman Semenov
2023-10-18speculative : add tree-based sampling example (#3624)Georgi Gerganov
2023-10-17tokenizer : special token handling (#3538)staviq
2023-10-12examples: support LLaVA v1.5 (multimodal model) (#3436)M. Yusuf Sarıgöz
2023-10-11common : fix mirostat state when using multiple sequences (#3543)Kerfuffle
2023-10-07Fix trying to strip newline from empty prompt and cfg prompt file content (#3...Kerfuffle
2023-10-06parallel : add option to load external prompt file (#3416)pudepiedj
2023-10-06server : reuse llama_sample_token common util (#3494)Jhen-Jie Hong
2023-10-05build : use std::make_tuple() for compatibility with older GCC versions (#3488)Kenvix ⭐
2023-10-05common : process escape sequences in reverse prompts (#3461)staviq
2023-10-03Work on the BPE tokenizer (#3252)goerch
2023-10-02infill : add new example + extend server API (#3296)vvhg1