diff --git a/common/common.h b/common/common.h index 99ee90bc3..a962df3d6 100644 --- a/common/common.h +++ b/common/common.h @@ -161,8 +161,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 gpt_params_parse_ex(int argc, char ** argv, gpt_params & params);