Skip to content

Commit 88d4199

Browse files
committed
cont : fix includes
ggml-ci
1 parent ef3e535 commit 88d4199

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/llama-kv-cache-recurrent.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
#include "llama-impl.h"
44
#include "llama-batch.h"
5-
#include "llama-cparams.h"
65
#include "llama-model.h"
76

7+
#include <algorithm>
88
#include <cassert>
9-
#include <cmath>
109
#include <map>
1110
#include <stdexcept>
1211

0 commit comments

Comments
 (0)