We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddc647 commit 29c0f78Copy full SHA for 29c0f78
tools/finetune-gguf-dataset/finetune-gguf.cpp
@@ -31,7 +31,7 @@ int main(int argc, char ** argv) {
31
32
// Additional checks for parameters specific to this finetune example
33
if (params.in_files.empty()) {
34
- LOG_ERR("error: --input (dataset) is required.\n");
+ LOG_ERR("error: --in-file (dataset) is required.\n");
35
return 1;
36
}
37
if (params.lr.epochs <= 0) {
0 commit comments