We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b8e6f commit 941efbcCopy full SHA for 941efbc
examples/llava/clip.h
@@ -60,7 +60,7 @@ CLIP_API size_t get_clip_image_grid_size(const struct clip_ctx * ctx);
60
61
CLIP_API int clip_n_patches (const struct clip_ctx * ctx);
62
CLIP_API int clip_n_patches_by_img (const struct clip_ctx * ctx, struct clip_image_f32 * img);
63
-CLIP_API int clip_n_patches_by_img_u8 (const struct clip_ctx * ctx, struct clip_image_f32 * img);
+CLIP_API int clip_n_patches_by_img_u8 (const struct clip_ctx * ctx, struct clip_image_u8 * img);
64
CLIP_API int clip_n_mmproj_embd (const struct clip_ctx * ctx);
65
66
CLIP_API int clip_uhd_num_image_embeds_col(struct clip_ctx * ctx_clip);
0 commit comments