summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-13whisper : tokenizer fix + re-enable tokenizer test for LLaMa (#3096)goerch
2023-09-07fix some warnings from gcc and clang-tidy (#3038)Cebtenzzre
2023-08-30tests : add a C compliance test (#2848)Cebtenzzre
2023-08-28train : mem usage and other improvements (#2439)xaedes
2023-08-27llama : more tokenizer fixes (#2810)Georgi Gerganov
2023-08-26Fix spm whitespaces (#2806)klosax
2023-08-23llm : add Falcon support (#2717)Georgi Gerganov
2023-08-23llama : fix whitespace escaping in tokenizer (#2724)goerch
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov
2023-08-17Fix unicode in grammars (fixes #2501) (#2553)Evan Jones
2023-08-17tests : adds simple llama grammar tests (#2618)drbh
2023-08-13test : add simple grammar parsing tests (#2594)drbh
2023-08-02tests : Fix compilation warnings (Linux/GCC) (#2451)Eve
2023-07-24make rms_norm_eps a parameter (#2374)slaren
2023-07-24ggml : sync (unary ops refactor, static-correctness) (#2370)Georgi Gerganov
2023-07-19cmake : install targets (#2256)wzy
2023-07-18ci : integrate with ggml-org/ci (#2250)Georgi Gerganov
2023-07-11ggml : sync (abort callback, mul / add broadcast, fix alibi) (#2183)Georgi Gerganov
2023-07-10mpi : add support for distributed inference via MPI (#2099)Evan Miller
2023-07-07ggml : change ggml_graph_compute() API to not require context (#1999)Qingyou Meng
2023-07-05tests : fix test-grad0Georgi Gerganov
2023-07-05ggml : generalize `quantize_fns` for simpler FP16 handling (#1237)Stephan Walter
2023-06-26tests : fix quantize perf (#1990)katsu560
2023-06-24tests : sync test-grad0 from ggmlGeorgi Gerganov
2023-06-24llama : fix top-p sampling to match the canonical definition (#1953)Alex Renda
2023-06-24llama : make model stateless and context stateful (llama_state) (#1797)Didzis Gosko
2023-06-16build : fix and ignore MSVC warnings (#1889)Borislav Stanimirov
2023-06-13train : improved training-from-scratch example (#1652)xaedes
2023-06-05ggml : add SOTA 2,3,4,5,6 bit k-quantizations (#1684)Kawrakow
2023-05-19tests : add missing headerGeorgi Gerganov
2023-05-19minor : fix compile warningsGeorgi Gerganov
2023-05-13ggml : implement backward pass for llama + small training-llama-from-scratch ...xaedes
2023-05-06Remove default arguments from sampling functions (#1343)Jed Fox
2023-05-02llama : fix compile warningsGeorgi Gerganov
2023-04-29llama : new sampling algorithms (#1126)Ivan Stepanov
2023-04-25ggml : add Q8_0 quantization format (rename the old one to Q8_1) (ARM NEON) (...Georgi Gerganov
2023-04-22Fix CI: ARM NEON, quantization unit tests, editorconfig (#1122)Stephan Walter
2023-04-22ggml : unit test for quantization functions (#953)unbounded
2023-04-17llama : well-defined static initialization of complex objects (#927)Arik Poznanski
2023-03-28tests : free llama context at the end of the testGeorgi Gerganov
2023-03-28all : be more strict about converting float to double (#458)Stephan Walter
2023-03-28ggml : introduce structs for the q4 data blocks (#356)Stephan Walter
2023-03-25Overhaul the examples structureGeorgi Gerganov
2023-03-22Deduplicate q4 quantization functions (#383)Stephan Walter
2023-03-22Introduce C-style API (#370)Georgi Gerganov
2023-03-21Add tokenizer test + revert to C++11 (#355)Georgi Gerganov