Skip to content

Commit dbf18e4

Browse files
authored
llava : fix typo in error message [no ci] (#9884)
1 parent 66c2c93 commit dbf18e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/llava.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ struct llava_image_embed * llava_image_embed_make_with_bytes(struct clip_ctx * c
432432
bool image_embed_result = llava_image_embed_make_with_clip_img(ctx_clip, n_threads, img, &image_embed, &n_image_pos);
433433
if (!image_embed_result) {
434434
clip_image_u8_free(img);
435-
LOG_ERR("%s: coulnd't embed the image\n", __func__);
435+
LOG_ERR("%s: couldn't embed the image\n", __func__);
436436
return NULL;
437437
}
438438

0 commit comments

Comments
 (0)