summaryrefslogtreecommitdiff
path: root/common/train.cpp
AgeCommit message (Expand)Author
2023-11-13sync : ggml (backend v2) (#3912)Georgi Gerganov
2023-11-01finetune : add -ngl parameter (#3762)Andrew Godfrey
2023-10-23llama : remove token functions with `context` args in favor of `model` (#3720)Marcus Dunn
2023-10-20ggml : fix rope + llama minor optimizations (#3560)Herman Semenov
2023-10-17tokenizer : special token handling (#3538)staviq
2023-09-28llama.cpp : split llama_context_params into model and context params (#3301)slaren
2023-09-28train : finetune LORA (#2632)xaedes