Skip to content

Commit adea1c9

Browse files
committed
fix lint
1 parent a72cb3b commit adea1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ llm_graph_input_attn_no_cache * llm_graph_context::build_attn_inp_no_cache() con
12451245
llm_graph_input_attn_no_cache * llm_graph_context::build_attn_inp_no_cache_iswa() const {
12461246
// Default sliding window size - can be made configurable via cparams
12471247
const int n_swa = 128;
1248-
1248+
12491249
auto inp = std::make_unique<llm_graph_input_attn_no_cache>(hparams, cparams, n_swa);
12501250

12511251
// note: there is no KV cache, so the number of KV values is equal to the number of tokens in the batch

0 commit comments

Comments
 (0)