]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
llama/ggml: add LLM training support (llama/10544)
authorJohannes Gäßler <redacted>
Mon, 12 May 2025 12:44:49 +0000 (14:44 +0200)
committerGeorgi Gerganov <redacted>
Tue, 13 May 2025 10:59:21 +0000 (13:59 +0300)
commit5d8b068249c567665b6a24caa64666abdb7870c0
tree425858a7e15abaa92614a621183a2819cee9eb2e
parent93ef22657eb52be34ba0cfbbf52bb4aff916197e
llama/ggml: add LLM training support (llama/10544)

* llama/ggml: add LLM training support

more compact progress bar

llama_save_model_to_file

llama_opt_param_filter

ggml_graph_dup force_grads

refactor ggml_opt, fix test-opt

* remove logits_all

* refactor CUDA implementation for ACC

* reset graph at beginning of opt period
ggml/include/ggml-opt.h
ggml/include/ggml.h
ggml/src/ggml-backend.cpp
ggml/src/ggml-cuda/acc.cu
ggml/src/ggml-cuda/sum.cu
ggml/src/ggml-opt.cpp
ggml/src/ggml.c