Skip to content

Commit f3c52df

Browse files
committed
model : fix typo
1 parent a6b6219 commit f3c52df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7358,7 +7358,7 @@ struct llm_build_phi3 : public llm_graph_context {
73587358
ggml_tensor * inp_pos = build_inp_pos();
73597359

73607360
using inp_attn_type = std::conditional_t<iswa, llm_graph_input_attn_kv_unified_iswa, llm_graph_input_attn_kv_unified>;
7361-
inp_attn_type * inp_attn = nullptr;;
7361+
inp_attn_type * inp_attn = nullptr;
73627362

73637363
if constexpr (iswa) {
73647364
inp_attn = build_attn_inp_kv_unified_iswa();

0 commit comments

Comments
 (0)