Skip to content

Commit

Permalink
imatrix : fix arg parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Sep 8, 2024
1 parent a876861 commit 01da813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imatrix/imatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ int main(int argc, char ** argv) {
params.logits_all = true;
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)) {
return 1;
}
Expand Down

0 comments on commit 01da813

Please sign in to comment.