summaryrefslogtreecommitdiff
path: root/common/train.cpp
AgeCommit message (Expand)Author
2024-05-25train : change default FA argument (#7528)Georgi Gerganov
2024-05-22common : normalize naming style (#7462)Georgi Gerganov
2024-02-25code : normalize enum names (#5697)Georgi Gerganov
2024-01-31llama : remove LLAMA_MAX_DEVICES and LLAMA_SUPPORTS_GPU_OFFLOAD (#5240)Georgi Gerganov
2024-01-03train : fix typo in overlapping-samples help msg (#4758)Daniel Bevenius
2023-12-14ggml : remove n_dims from ggml_tensor (#4469)slaren
2023-11-17train : move number of gpu layers argument parsing to common/train.cpp (#4074)Jiří Podivín
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