From ffe666572f98a686b17a2cd1dbf4c0a982e5ac0a Mon Sep 17 00:00:00 2001 From: cpumaxx <163466046+cpumaxx@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:34:24 -0700 Subject: llava-cli : multiple images (#6969) Co-authored-by: root --- common/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/common.h') diff --git a/common/common.h b/common/common.h index eea63a11..3233d90e 100644 --- a/common/common.h +++ b/common/common.h @@ -167,8 +167,8 @@ struct gpt_params { std::string cache_type_v = "f16"; // KV cache data type for the V // multimodal models (see examples/llava) - std::string mmproj = ""; // path to multimodal projector - std::string image = ""; // path to an image file + std::string mmproj = ""; // path to multimodal projector + std::vector image; // path to image file(s) }; bool parse_kv_override(const char * data, std::vector & overrides); -- cgit v1.2.3