aboutsummaryrefslogtreecommitdiff
path: root/examples/baby-llama
AgeCommit message (Expand)Author
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