mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
increase max supported llava images to 8
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <cstdint>
|
||||
|
||||
const int tensor_split_max = 16;
|
||||
const int images_max = 4;
|
||||
const int images_max = 8;
|
||||
const int logprobs_max = 5;
|
||||
|
||||
// match kobold's sampler list and order
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ from datetime import datetime, timezone
|
||||
# constants
|
||||
sampler_order_max = 7
|
||||
tensor_split_max = 16
|
||||
images_max = 4
|
||||
images_max = 8
|
||||
bias_min_value = -100.0
|
||||
bias_max_value = 100.0
|
||||
logprobs_max = 5
|
||||
|
||||
Reference in New Issue
Block a user