Skip to content

Commit c952ea9

Browse files
howlgerjordankanter
authored andcommitted
1 parent 59bd3fc commit c952ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) {
920920
#endif
921921
printf(" -gan N, --grp-attn-n N\n");
922922
printf(" group-attention factor (default: %d)\n", params.grp_attn_n);
923-
printf(" -gat N, --grp-attn-w N\n");
923+
printf(" -gaw N, --grp-attn-w N\n");
924924
printf(" group-attention width (default: %.1f)\n", (double)params.grp_attn_w);
925925
printf(" --verbose-prompt print prompt before generation\n");
926926
printf(" -dkvc, --dump-kv-cache\n");

0 commit comments

Comments
 (0)