Skip to content

Commit 5e4a24f

Browse files
limintanglucylq
authored andcommitted
Minor bug fix in static IO manager
Differential Revision: D78312975 Pull Request resolved: #12474
1 parent 2ec0b8d commit 5e4a24f

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)