remove todo
This commit is contained in:
parent
e801037de6
commit
fb16cc9e9f
1 changed files with 0 additions and 1 deletions
|
@ -998,7 +998,6 @@ struct llama_server_context
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO call encode_image_with_clip instead?
|
|
||||||
llava_image_embed * embed = llava_image_embed_make_with_bytes(clp_ctx, params.n_threads, img.img_data->buf.data(), img.img_data->buf.size());
|
llava_image_embed * embed = llava_image_embed_make_with_bytes(clp_ctx, params.n_threads, img.img_data->buf.data(), img.img_data->buf.size());
|
||||||
if (!embed) {
|
if (!embed) {
|
||||||
LOG_TEE("Error processing the given image");
|
LOG_TEE("Error processing the given image");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue