]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
graph : reuse SSM graphs (#16490)
authorGeorgi Gerganov <redacted>
Tue, 16 Dec 2025 07:36:21 +0000 (09:36 +0200)
committerGitHub <redacted>
Tue, 16 Dec 2025 07:36:21 +0000 (09:36 +0200)
commitc560316440925e03d3ba006eb5710f6678802ce8
treee42104d56504713e9c28cbbdb3f4a2a64237d11b
parentd6742125c317b7daafec038ab54a7c2fb1e2beaf
graph : reuse SSM graphs (#16490)

* graph : reuse hybrid graphs

* graph : reuse recurrent graphs

* graph : fix reuse check for recurrent inputs

* memory : move the recurrent state into the memory context

* Revert "memory : move the recurrent state into the memory context"

This reverts commit 00f115fe810815d4a22a6dee0acc346131e970e1.

* cont : fix build
src/llama-graph.cpp
src/llama-graph.h
src/llama-memory-hybrid.cpp