mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-12 05:17:21 +01:00
common : minor (#3715)
This commit is contained in:
parent
50337961a6
commit
ff8f9a88da
@ -111,7 +111,7 @@ bool gpt_params_parse(int argc, char ** argv, gpt_params & params) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (const std::invalid_argument & ex) {
|
catch (const std::invalid_argument & ex) {
|
||||||
fprintf(stderr, ex.what());
|
fprintf(stderr, "%s\n", ex.what());
|
||||||
gpt_print_usage(argc, argv, gpt_params());
|
gpt_print_usage(argc, argv, gpt_params());
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user