imatrix : fix arg parser
This commit is contained in:
parent
a876861455
commit
01da813dc7
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ int main(int argc, char ** argv) {
|
||||||
params.logits_all = true;
|
params.logits_all = true;
|
||||||
params.verbosity = 1;
|
params.verbosity = 1;
|
||||||
|
|
||||||
auto options = gpt_params_parser_init(params, LLAMA_EXAMPLE_COMMON, print_usage);
|
auto options = gpt_params_parser_init(params, LLAMA_EXAMPLE_IMATRIX, print_usage);
|
||||||
if (!gpt_params_parse(argc, argv, params, options)) {
|
if (!gpt_params_parse(argc, argv, params, options)) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue