Skip to content

Commit b4ef7d4

Browse files
limintangfacebook-github-bot
authored andcommitted
Minor bug fix in static IO manager (#12474)
Summary: As title. Reviewed By: billmguo Differential Revision: D78312975
1 parent bd530e8 commit b4ef7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/runner/static_attention_io_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ class StaticAttentionIOManager {
759759
}
760760

761761
void set_lookahead_decoding_mask(
762-
StaticAttentionMask<MaskT>& mask,
762+
StaticAttentionMask<MaskT, MaskAllocatorT>& mask,
763763
size_t input_len,
764764
size_t ngram_size,
765765
size_t window_size,

0 commit comments

Comments
 (0)