Skip to content
Prev Previous commit
Next Next commit
TEMP: Disable everything after ssm_conv in mamba2
Branch: Mamba2SSD

Signed-off-by: Gabe Goodhart <[email protected]>
  • Loading branch information
gabe-l-hart committed Dec 8, 2025
commit 0dee5b15000858760adcf825ed31fde5b78bf0bc
6 changes: 6 additions & 0 deletions src/llama-graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@ void llm_graph_input_rs::set_input(const llama_ubatch * ubatch) {
const int64_t n_rs = mctx->get_n_rs();

if (s_copy) {
//DEBUG
if (!s_copy->buffer) {
return;
}
//DEBUG

GGML_ASSERT(ggml_backend_buffer_is_host(s_copy->buffer));
int32_t * data = (int32_t *) s_copy->data;

Expand Down
Loading