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 b6244b0 commit 58a5e4aCopy full SHA for 58a5e4a
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