Skip to content

Commit d5e3d94

Browse files
committed
Revert "kv-cache : split implementation in separate sources (ggml-org#13920)"
This reverts commit 0fc16b4.
1 parent c104acd commit d5e3d94

11 files changed

+3674
-3714
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ add_library(llama
2121
llama-impl.cpp
2222
llama-io.cpp
2323
llama-kv-cache.cpp
24-
llama-kv-cache-unified.cpp
25-
llama-kv-cache-unified-iswa.cpp
26-
llama-kv-cache-recurrent.cpp
2724
llama-memory.cpp
2825
llama-mmap.cpp
2926
llama-model-loader.cpp

src/llama-graph.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
#include "llama-impl.h"
44
#include "llama-batch.h"
55
#include "llama-cparams.h"
6-
7-
#include "llama-kv-cache-unified.h"
8-
#include "llama-kv-cache-unified-iswa.h"
9-
#include "llama-kv-cache-recurrent.h"
6+
#include "llama-kv-cache.h"
107

118
#include <cassert>
129
#include <cmath>

0 commit comments

Comments
 (0)