Skip to content

Commit 58a5e4a

Browse files
committed
Really hope that's the last one
1 parent b6244b0 commit 58a5e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/graph-context-mamba.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "models.h"
22

3-
llm_graph_context_mamba::llm_graph_context_mamba(const llm_graph_params & params) : llm_graph_context(params) {};
3+
llm_graph_context_mamba::llm_graph_context_mamba(const llm_graph_params & params) : llm_graph_context(params) {}
44

55
ggml_tensor * llm_graph_context_mamba::build_mamba_layer(llm_graph_input_rs * inp,
66
ggml_tensor * cur,

0 commit comments

Comments
 (0)