]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
finetune : add training data file to log message (#4979)
authorDaniel Bevenius <redacted>
Tue, 16 Jan 2024 17:54:24 +0000 (18:54 +0100)
committerGitHub <redacted>
Tue, 16 Jan 2024 17:54:24 +0000 (19:54 +0200)
commitcec8a4847062fbd76253e3b085683f39d91e80d3
tree9effcb2bbe2dbe449cdaa38dff8647a705035b4f
parent334a835a1ccc8106a5fa355683a965efb1bfa24b
finetune : add training data file to log message (#4979)

This commit adds the name of the training data file to the log message
printed when the training data is tokenized.

The motivation for this change is that it can be useful to show which
file is being tokenized when running the finetune example.

Signed-off-by: Daniel Bevenius <redacted>
examples/finetune/finetune.cpp