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 9bb0ea2 commit 2576f83Copy full SHA for 2576f83
src/llama.cpp
@@ -13,7 +13,8 @@ static bool old_mixtral_warning_showed = false;
13
#include "llama-sampling.cpp"
14
#include "llama-kv-cache-unified.cpp"
15
#include "llama-kv-cache-unified-iswa.cpp"
16
-#include "llama-kv-cache-recurrent.cpp"
+#include "llama-memory-recurrent.cpp"
17
+#include "llama-memory-hybrid.cpp"
18
#include "llama-model-loader.cpp"
19
#include "llama-model-saver.cpp"
20
#include "llama-model.cpp"
0 commit comments