Skip to content

Commit

Permalink
llava : fix typo in error message [no ci] (#9884)
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev authored Oct 16, 2024
1 parent 66c2c93 commit dbf18e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llava/llava.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ struct llava_image_embed * llava_image_embed_make_with_bytes(struct clip_ctx * c
bool image_embed_result = llava_image_embed_make_with_clip_img(ctx_clip, n_threads, img, &image_embed, &n_image_pos);
if (!image_embed_result) {
clip_image_u8_free(img);
LOG_ERR("%s: coulnd't embed the image\n", __func__);
LOG_ERR("%s: couldn't embed the image\n", __func__);
return NULL;
}

Expand Down

0 comments on commit dbf18e4

Please sign in to comment.