summaryrefslogtreecommitdiff
path: root/examples/simple/simple.cpp
AgeCommit message (Expand)Author
2024-06-04common : refactor cli arg parsing (#7675)Georgi Gerganov
2024-04-21llama : support Llama 3 HF conversion (#6745)Pedro Cuenca
2024-02-16ggml : add numa options (#5377)bmwl
2023-12-04simple : update error message for KV cache check (#4324)Daniel Bevenius
2023-10-27simple : fix batch handling (#3803)Thibault Terrasson
2023-10-23llama : remove token functions with `context` args in favor of `model` (#3720)Marcus Dunn
2023-10-18speculative : add tree-based sampling example (#3624)Georgi Gerganov
2023-09-28llama.cpp : split llama_context_params into model and context params (#3301)slaren
2023-09-28llama : custom attention mask + parallel decoding + no context swaps (#3228)Georgi Gerganov
2023-09-15examples : add compiler version and target to build info (#2998)Cebtenzzre
2023-09-08build : do not use _GNU_SOURCE gratuitously (#2035)Przemysław Pawełczyk
2023-08-27llama : more tokenizer fixes (#2810)Georgi Gerganov
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov
2023-08-04build : fix several cast and printf warnings (#2499)Borislav Stanimirov
2023-07-10mpi : add support for distributed inference via MPI (#2099)Evan Miller
2023-06-26ggml : add NUMA support (#1556)zrm
2023-06-24llama : make model stateless and context stateful (llama_state) (#1797)Didzis Gosko
2023-06-16examples : add "simple" (#1840)SuperUserNameMan