summaryrefslogtreecommitdiff
path: root/common/common.h
AgeCommit message (Expand)Author
2023-12-07llama : per-layer KV cache + quantum K cache (#4309)Georgi Gerganov
2023-12-05llama : allow overriding GGUF metadata when loading model (#4092)Kerfuffle
2023-12-05sampling : custom samplers order (#4285)MaggotHATE
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-16Respect tokenizer.ggml.add_bos_token value when tokenizing (#4040)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-02build : link against build info instead of compiling against it (#3879)cebtenzzre
2023-11-01llama : implement YaRN RoPE scaling (#2268)cebtenzzre
2023-11-01common : allow caller to handle help/argument exceptions (#3715)bandoti
2023-10-20sampling : refactor init to use llama_sampling_params (#3696)Georgi Gerganov
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-06parallel : add option to load external prompt file (#3416)pudepiedj
2023-10-02infill : add new example + extend server API (#3296)vvhg1
2023-09-28llama.cpp : split llama_context_params into model and context params (#3301)slaren
2023-09-28train : finetune LORA (#2632)xaedes
2023-09-28llama : custom attention mask + parallel decoding + no context swaps (#3228)Georgi Gerganov
2023-09-23examples : fix RoPE defaults to match PR #3240 (#3315)Cebtenzzre
2023-09-18make : restore build-info.h dependency for several targets (#3205)Cebtenzzre
2023-09-15examples : add compiler version and target to build info (#2998)Cebtenzzre
2023-09-15common : do not use GNU zero-length __VA_ARGS__ extension (#3195)Cebtenzzre
2023-09-15llama : remove mtest (#3177)Roland
2023-09-13speculative: add --n-gpu-layers-draft option (#3063)FK
2023-09-07fix some warnings from gcc and clang-tidy (#3038)Cebtenzzre
2023-09-04build : on Mac OS enable Metal by default (#2901)Georgi Gerganov
2023-09-03speculative : PoC for speeding-up inference via speculative sampling (#2926)Georgi Gerganov
2023-08-30main : log file (#2748)staviq
2023-08-28YAML result logging + preset script (#2657)Johannes Gäßler
2023-08-27llama : more tokenizer fixes (#2810)Georgi Gerganov
2023-08-25llama : add llama_beam_search() (#2267)Matt Pulver
2023-08-23llm : add Falcon support (#2717)Georgi Gerganov
2023-08-23Strided perplexity (#2714)Kawrakow
2023-08-22CUDA: use mul_mat_q kernels by default (#2683)Johannes Gäßler
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov