We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b6219 commit f3c52dfCopy full SHA for f3c52df
src/llama-model.cpp
@@ -7358,7 +7358,7 @@ struct llm_build_phi3 : public llm_graph_context {
7358
ggml_tensor * inp_pos = build_inp_pos();
7359
7360
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;;
+ inp_attn_type * inp_attn = nullptr;
7362
7363
if constexpr (iswa) {
7364
inp_attn = build_attn_inp_kv_unified_iswa();
0 commit comments