summaryrefslogtreecommitdiff
path: root/examples/baby-llama
AgeCommit message (Expand)Author
2024-08-12Merge mainline - Aug 12 2024 (#17)Kawrakow
2024-06-13`build`: rename main → llama-cli, server → llama-server, llava-cli → ll...Olivier Chafik
2024-06-05ggml : refactor rope norm/neox (#7634)Georgi Gerganov
2024-02-25code : normalize enum names (#5697)Georgi Gerganov
2024-02-19baby-llama : allocate graphs in ggml_context (#5573)NawafAlansari
2023-12-21ggml : change ggml_scale to take a float instead of tensor (#4573)Georgi Gerganov
2023-12-14ggml : remove n_dims from ggml_tensor (#4469)slaren
2023-09-28build : enable more non-default compiler warnings (#3200)Cebtenzzre
2023-09-28train : finetune LORA (#2632)xaedes
2023-09-28llama : custom attention mask + parallel decoding + no context swaps (#3228)Georgi Gerganov
2023-09-15check C++ code with -Wmissing-declarations (#3184)Cebtenzzre
2023-09-01build : fix most gcc and clang warnings (#2861)Cebtenzzre
2023-07-25Add LLAMA_DEFAULT_RMS_EPS so we can change the default (#2384)Kawrakow
2023-07-24make rms_norm_eps a parameter (#2374)slaren
2023-07-19cmake : install targets (#2256)wzy
2023-07-07ggml : change ggml_graph_compute() API to not require context (#1999)Qingyou Meng
2023-06-27baby-llama : fix build after ggml_rope change (#2016)Howard Su
2023-06-16build : fix and ignore MSVC warnings (#1889)Borislav Stanimirov
2023-06-13baby-llama : fix operator!= (#1821)0xspringtime
2023-06-13train : improved training-from-scratch example (#1652)xaedes
2023-05-13ggml : implement backward pass for llama + small training-llama-from-scratch ...xaedes