Skip to content

Commit 0cb5995

Browse files
committed
increase max supported llava images to 8
1 parent d3d7dae commit 0cb5995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

expose.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <cstdint>
33

44
const int tensor_split_max = 16;
5-
const int images_max = 4;
5+
const int images_max = 8;
66
const int logprobs_max = 5;
77

88
// match kobold's sampler list and order

koboldcpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# constants
3232
sampler_order_max = 7
3333
tensor_split_max = 16
34-
images_max = 4
34+
images_max = 8
3535
bias_min_value = -100.0
3636
bias_max_value = 100.0
3737
logprobs_max = 5

0 commit comments

Comments
 (0)