summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2024-04-16ggml : add llamafile sgemm (#6414)Justine Tunney
2024-04-15`main`: add --json-schema / -j flag (#6659)Olivier Chafik
2024-04-12JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings,...Olivier Chafik
2024-04-11eval-callback: Example how to use eval callback for debugging (#6576)Pierrick Hymbert
2024-04-09BERT tokenizer fixes (#6498)Jared Van Bortel
2024-04-08llama : support negative ith in llama_get_ API (#6519)Rick G
2024-04-08llama : save and restore kv cache for single seq id (#6341)Jan Boon
2024-04-04common: remove duplicate check for curl (#6471)Daniel Bevenius
2024-03-27common : change --no-penalize-nl to --penalize-nl (#6334)Sigbjørn Skjæret
2024-03-26cuda : rename build flag to LLAMA_CUDA (#6299)slaren
2024-03-25[SYCL] fix SYCL backend build on windows is break by LOG() error (#6290)Neo Zhang Jianyu
2024-03-25examples : add "retrieval" (#6193)Minsoo Cheong
2024-03-24Fixed lookup compilation issues on Windows (#6273)Johannes Gäßler
2024-03-24sampling : deduplicated code for probability distribution access (#6240)Minsoo Cheong
2024-03-23common: llama_load_model_from_url split support (#6192)Pierrick Hymbert
2024-03-23lookup: complement data from context with general text statistics (#5479)Johannes Gäßler
2024-03-22common : default --hf-file to --model (#6234)Georgi Gerganov
2024-03-22common : add HF arg helpers (#6234)Georgi Gerganov
2024-03-22json-schema-to-grammar : fix order of props + non-str const/enum (#6232)Olivier Chafik
2024-03-22server : enable continuous batching by default (#6231)Georgi Gerganov
2024-03-22metal : pad n_ctx by 32 (#6177)Georgi Gerganov
2024-03-22Fix params underscore convert to dash. (#6203)DAN™
2024-03-21json-schema-to-grammar improvements (+ added to server) (#5978)Olivier Chafik
2024-03-21Add ability to use Q5_0, Q5_1, and IQ4_NL for quantized K cache (#6183)Kawrakow
2024-03-19common : disable repeat penalties by default (#6127)Georgi Gerganov
2024-03-19common : print usage on '-h' and '--help' (#6145)DAN™
2024-03-18common : tidy-up argument parsing (#6105)DAN™
2024-03-17common: llama_load_model_from_url using --model-url (#6098)Pierrick Hymbert
2024-03-16common : refactor nested if causing error C1061 on MSVC (#6101)DAN™
2024-03-15llama : add support for control vectors (#5970)Theia Vogel
2024-03-14embedding : print cosine similarity (#899)Georgi Gerganov
2024-03-13grammar : handle missing "root" node (#6004)Clint Herron
2024-03-13llama : add pipeline parallelism support (#6017)slaren
2024-03-11llama : more consistent names of count variables (#5994)Georgi Gerganov
2024-03-10grammar : verify parsed state (#5950)Clint Herron
2024-03-09server : normalize embeddings (#5956)SeungWon Jeong
2024-03-08llama : support Mamba Selective State Space Models (#5328)compilade
2024-03-08log : fix MSVC compile errors (#5643)UEXTM.com
2024-03-04llama : fix embeddings (#5796)Georgi Gerganov
2024-03-04cmake : handle cases where git index is not found in .git (#5844)Dane Madsen
2024-03-04speculative : implement stochastic speculative sampling (#5625)Minsoo Cheong
2024-03-04common : use LLAMA_DEFAULT_SEED (#5855)DAN™
2024-03-03llama : allow for user specified embedding pooling type (#5849)Douglas Hanley
2024-03-02Support multiple GPUs (split mode) on SYCL backend (#5806)Neo Zhang Jianyu
2024-03-01common : fix flag `--logits-all` to `--all-logits` (#5805)Miwa / Ensan
2024-03-01llama : cleanup unused mmq flags (#5772)Pierrick Hymbert
2024-02-27llama : fix defrag bugs + add parameter (#5735)Georgi Gerganov
2024-02-25server: tests - slow inference causes timeout on the CI (#5715)Pierrick Hymbert
2024-02-25code : normalize enum names (#5697)Georgi Gerganov
2024-02-18common, server : surface min_keep as its own parameter (#5567)Robey Holderith