Merge branch 'master' into gg/flash-attn
ggml-ci
This commit is contained in:
commit
ca0275ceb7
5 changed files with 44 additions and 35 deletions
|
@ -168,8 +168,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<std::string> image; // path to image file(s)
|
||||
};
|
||||
|
||||
bool parse_kv_override(const char * data, std::vector<llama_model_kv_override> & overrides);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue