Skip to content

Commit 29c0f78

Browse files
author
lexasub
committed
zzz
1 parent 2ddc647 commit 29c0f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/finetune-gguf-dataset/finetune-gguf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int main(int argc, char ** argv) {
3131

3232
// Additional checks for parameters specific to this finetune example
3333
if (params.in_files.empty()) {
34-
LOG_ERR("error: --input (dataset) is required.\n");
34+
LOG_ERR("error: --in-file (dataset) is required.\n");
3535
return 1;
3636
}
3737
if (params.lr.epochs <= 0) {

0 commit comments

Comments
 (0)