summaryrefslogtreecommitdiff
path: root/common/common.cpp
AgeCommit message (Expand)Author
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
2023-09-28build : enable more non-default compiler warnings (#3200)Cebtenzzre
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-20llama : allow gguf RoPE keys to be overridden with defaults (#3240)Cebtenzzre
2023-09-16Fixing the last deviations from sentencepiece indicated by test-tokenizer-1 (...goerch
2023-09-15check C++ code with -Wmissing-declarations (#3184)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-07metal : fix kernel_norm (fixes Falcon on Metal) (#3057)Georgi Gerganov
2023-09-05examples : replace fprintf to stdout with printf (#3017)Cebtenzzre
2023-09-05speculative : add grammar support (#2991)Georgi Gerganov
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-09-03perplexity : fix ETA by warming up the model with an empty runGeorgi Gerganov
2023-09-01build : fix most gcc and clang warnings (#2861)Cebtenzzre
2023-08-30main : log file (#2748)staviq
2023-08-28train : mem usage and other improvements (#2439)xaedes
2023-08-28YAML result logging + preset script (#2657)Johannes Gäßler
2023-08-27llama : more tokenizer fixes (#2810)Georgi Gerganov
2023-08-25ROCm Port (#1087)Henri Vasserman
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-22ggml-cuda : use graph allocator (#2684)slaren
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov