]> git.djapps.eu Git - pkg/ggml/sources/ggml/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:02:19 +0000 (13:02 +0300)
commita0e6394b2cb577c90d30881cb11f340fe6a031c5
tree19132ff98609fd200aff4a5fa282b1d58b4c657c
parent51e1afc614dd27d86e5b8b1e0ee95352a0cdc893
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
include/ggml-opt.h
include/ggml.h
src/ggml-backend.cpp
src/ggml-cuda/acc.cu
src/ggml-cuda/sum.cu
src/ggml-opt.cpp
src/ggml.c
tests/test-backend-ops.cpp
tests/test-opt.cpp