Editorconfig
This commit is contained in:
parent
803703478d
commit
52143f799b
2 changed files with 288 additions and 290 deletions
|
@ -74,12 +74,10 @@ static void process_prompt(struct llava_context * ctx_llava, struct llava_image_
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static struct llava_context * llava_init(gpt_params * params) {
|
static struct llava_context * llava_init(gpt_params * params) {
|
||||||
|
|
||||||
const char * clip_path = params->mmproj.c_str();
|
const char * clip_path = params->mmproj.c_str();
|
||||||
|
|
||||||
auto prompt = params->prompt;
|
auto prompt = params->prompt;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue