Editorconfig

This commit is contained in:
M. Yusuf Sarıgöz 2023-11-05 15:22:47 +03:00
parent 803703478d
commit 52143f799b
2 changed files with 288 additions and 290 deletions

View file

@ -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;