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 2089ff7 commit 2fc4201Copy full SHA for 2fc4201
src/models/graph-context-mamba.cpp
@@ -1,6 +1,6 @@
1
#include "models.h"
2
3
-llm_graph_context_mamba::llm_graph_context_mamba(const llm_graph_params & params) : llm_graph_context(params) {};
+llm_graph_context_mamba::llm_graph_context_mamba(const llm_graph_params & params) : llm_graph_context(params) {}
4
5
ggml_tensor * llm_graph_context_mamba::build_mamba_layer(llm_graph_input_rs * inp,
6
ggml_tensor * cur,
0 commit comments