mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
increase max supported llava images to 8
This commit is contained in:
parent
d3d7dae82b
commit
0cb599546e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue