Skip to content

Commit

Permalink
common : fix the short form of --grp-attn-w, not -gat (ggerganov#…
Browse files Browse the repository at this point in the history
  • Loading branch information
howlger authored Jan 8, 2024
1 parent a9a8c5d commit 1fc2f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) {
#endif
printf(" -gan N, --grp-attn-n N\n");
printf(" group-attention factor (default: %d)\n", params.grp_attn_n);
printf(" -gat N, --grp-attn-w N\n");
printf(" -gaw N, --grp-attn-w N\n");
printf(" group-attention width (default: %.1f)\n", (double)params.grp_attn_w);
printf(" --verbose-prompt print prompt before generation\n");
printf(" -dkvc, --dump-kv-cache\n");
Expand Down

0 comments on commit 1fc2f26

Please sign in to comment.