remove todo

This commit is contained in:
CJ Pais 2024-02-18 13:30:08 -08:00
parent e801037de6
commit fb16cc9e9f

View file

@ -998,7 +998,6 @@ struct llama_server_context
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());
if (!embed) {
LOG_TEE("Error processing the given image");