summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2023-10-04finetune : readme fix typo (#3465)Merrick Christensen
2023-10-03main : consistent prefix/suffix coloring (#3425)h-h-h-h
2023-10-03llama : fix session saving/loading (#3400)Georgi Gerganov
2023-10-02gguf : general usability improvements (#3409)cebtenzzre
2023-10-02finetune : fix #3404 (#3437)xaedes
2023-10-02cmake : fix transient definitions in find pkg (#3411)bandoti
2023-10-02infill : add new example + extend server API (#3296)vvhg1
2023-09-29train : fix KQ_pos allocation (#3392)Georgi Gerganov
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-27make-ggml.py : compatibility with more models and GGUF (#3290)Richard Roberson
2023-09-27gguf : fix a few general keys (#3341)Cebtenzzre
2023-09-27metal : reusing llama.cpp logging (#3152)Rickard Hallerbäck
2023-09-27readme : add some recent perplexity and bpw measurements to READMES, link for...BarfingLemurs
2023-09-23llama-bench : add README (#3317)slaren
2023-09-21embedding : update README.md (#3224)yuiseki
2023-09-20llama : allow gguf RoPE keys to be overridden with defaults (#3240)Cebtenzzre
2023-09-20benchmark-matmult : do not use integer abs() on a float (#3277)Cebtenzzre
2023-09-20examples : fix benchmark-matmult (#1554)Georgi Gerganov
2023-09-18make : restore build-info.h dependency for several targets (#3205)Cebtenzzre
2023-09-16Fixing the last deviations from sentencepiece indicated by test-tokenizer-1 (...goerch
2023-09-15examples : add compiler version and target to build info (#2998)Cebtenzzre
2023-09-15check C++ code with -Wmissing-declarations (#3184)Cebtenzzre
2023-09-15sync : ggml (Metal F32 support + reduce ggml-alloc size) (#3192)Georgi Gerganov
2023-09-15llama : remove mtest (#3177)Roland
2023-09-14cmake : add relocatable Llama package (#2960)bandoti
2023-09-14speculative : add heuristic algorithm (#3006)Leng Yue
2023-09-13speculative: add --n-gpu-layers-draft option (#3063)FK
2023-09-08examples : make n_ctx warning work again (#3066)Cebtenzzre
2023-09-08build : do not use _GNU_SOURCE gratuitously (#2035)Przemysław Pawełczyk
2023-09-07fix some warnings from gcc and clang-tidy (#3038)Cebtenzzre
2023-09-07llama-bench : use two tokens in the warmup run for prompt evals (#3059)slaren
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-04llama-bench : make cpp file non-executable (#2999)Cebtenzzre
2023-09-04server : add a subtle loading animation to the edit box (#2466)Aarni Koskela
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-03examples : fix gpt-neox (#2943)momonga
2023-09-02server : avoid aniprompt in probabilities of final response (#2849)Jhen-Jie Hong
2023-09-01readme : quick start command fix (#2908)ZHAOKAI WANG
2023-09-01Allow quantize to only copy tensors, some other improvements (#2931)Kerfuffle
2023-09-01llama2c : rename functionGeorgi Gerganov
2023-09-01minor : add const qualifiers (#2853)m3ndax
2023-09-01build : fix most gcc and clang warnings (#2861)Cebtenzzre
2023-09-01llama2c : fix segfault and alloc-dealloc-mismatch (#2913)Cebtenzzre
2023-08-31scripts: Use local gguf package when running from repo (#2927)Kerfuffle