]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
finetune : print sample-start/include-sample-start (#5072)
authorDaniel Bevenius <redacted>
Mon, 22 Jan 2024 11:11:01 +0000 (12:11 +0100)
committerGitHub <redacted>
Mon, 22 Jan 2024 11:11:01 +0000 (13:11 +0200)
commit152d9d05e097e35f1cac21262946d57faec7542a
tree2fa9457611ba29aee4d3fe8eb3f36dd7380da2a3
parent66d575c45c5a370d668f9c3283cdf348e2329fa2
finetune : print sample-start/include-sample-start (#5072)

This commit adds `--sample-start` and `--include-sample-start` to the
output from the main function in finetune.cpp.

The motivation for this is that even though these are set explicitly by
the user via the command line, if one forgets to set them then it is
useful to have their values printed out. Otherwise it is possible to go
through the whole training process before realizing that the values are
not what one expected.

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