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 d3d7dae commit 0cb5995Copy full SHA for 0cb5995
expose.h
@@ -2,7 +2,7 @@
2
#include <cstdint>
3
4
const int tensor_split_max = 16;
5
-const int images_max = 4;
+const int images_max = 8;
6
const int logprobs_max = 5;
7
8
// match kobold's sampler list and order
koboldcpp.py
@@ -31,7 +31,7 @@
31
# constants
32
sampler_order_max = 7
33
tensor_split_max = 16
34
-images_max = 4
+images_max = 8
35
bias_min_value = -100.0
36
bias_max_value = 100.0
37
logprobs_max = 5
0 commit comments