summaryrefslogtreecommitdiff
path: root/examples/simple
AgeCommit message (Expand)Author
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-19cmake : install targets (#2256)wzy
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