summaryrefslogtreecommitdiff
path: root/examples/finetune/finetune.cpp
AgeCommit message (Expand)Author
2023-11-13sync : ggml (backend v2) (#3912)Georgi Gerganov
2023-11-07ggml : fix backward rope after YaRN (#3974)xaedes
2023-11-01llama : implement YaRN RoPE scaling (#2268)cebtenzzre
2023-11-01finetune : add -ngl parameter (#3762)Andrew Godfrey
2023-10-13ggml : add context enumeration functions (#3605)slaren
2023-10-02finetune : fix #3404 (#3437)xaedes
2023-09-29train : fix KQ_pos allocation (#3392)Georgi Gerganov
2023-09-28llama.cpp : split llama_context_params into model and context params (#3301)slaren
2023-09-28train : finetune LORA (#2632)xaedes