summaryrefslogtreecommitdiff
path: root/tests/test-grad0.cpp
AgeCommit message (Expand)Author
2024-06-05ggml : refactor rope norm/neox (#7634)Georgi Gerganov
2024-05-23ggml : remove ggml_flash_attn and ggml_flash_ff (#7463)Georgi Gerganov
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-12english : use `typos` to fix comments and logs (#4354)Richard Kiss
2023-11-13sync : ggml (backend v2) (#3912)Georgi Gerganov
2023-10-04sync : ggml (conv 1d + 2d updates, UB fixes) (#3468)Georgi Gerganov
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-08-28train : mem usage and other improvements (#2439)xaedes
2023-08-02tests : Fix compilation warnings (Linux/GCC) (#2451)Eve