summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-01-142-bit quantizations (#4897)Kawrakow
2024-01-12llama : ggml-backend integration (#4766)slaren
2024-01-11ggml : SOTA 2-bit quants (add IQ2_XS) (#4856)Kawrakow
2024-01-09CUDA: faster softmax via shared memory + fp16 math (#4742)Johannes Gäßler
2024-01-08SOTA 2-bit quants (#4773)Kawrakow
2024-01-04Print backend name on test-backend-ops failure (#4751)Johannes Gäßler
2024-01-03ggml : extend ggml_get_rows, ggml_repeat, ggml_concat (ggml/639)Guillaume Wenzek
2024-01-02metal : enable shader debugging (cmake option) (#4705)Georgi Gerganov
2023-12-29cmake : fix ld warning duplicate libraries libllama.a (#4671)Cuong Trinh Manh
2023-12-29ggml : fix some mul mat cases + add tests for src1 F16 (ggml/669)bssrdf
2023-12-28gpt2 : Add gpt2 architecture integration (#4555)manikbhandari
2023-12-24cuda : improve cuda pool efficiency using virtual memory (#4606)slaren
2023-12-21ggml : change ggml_scale to take a float instead of tensor (#4573)Georgi Gerganov
2023-12-18llama : add phi-2 + fix NeoX rope + ggml_mul_mat_set_prec (#4490)Ebey Abraham
2023-12-14ggml : use ggml_row_size where possible (#4472)slaren
2023-12-13sync : ggml (SD ops, tests, kernels) (#4444)Georgi Gerganov
2023-12-13llama : add Mixtral support (#4406)slaren
2023-12-12english : use `typos` to fix comments and logs (#4354)Richard Kiss
2023-12-07sync : ggml (new ops, tests, backend, etc.) (#4359)Georgi Gerganov
2023-11-20ci : add flake8 to github actions (python linting) (#4129)Galunid
2023-11-17py : remove superfluous import statements (#4076)Jiří Podivín
2023-11-14stablelm : StableLM support (#3586)Galunid
2023-11-13sync : ggml (backend v2) (#3912)Georgi Gerganov
2023-10-30ggml : move FP16 <-> FP32 code to ggml-impl.h (#3861)Georgi Gerganov
2023-10-24Add more tokenizer tests (#3742)Galunid
2023-10-22Add test for MPT tokenization (#3728)goerch
2023-10-20sampling : refactor init to use llama_sampling_params (#3696)Georgi Gerganov
2023-10-20gguf : support big endian platform (#3552)Qin Yue Chen
2023-10-10Minor improvements in GPT2 tokenizer (#3567)goerch
2023-10-04sync : ggml (conv 1d + 2d updates, UB fixes) (#3468)Georgi Gerganov
2023-10-03Work on the BPE tokenizer (#3252)goerch
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-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