Skip to content

Commit 74b239b

Browse files
author
Ikko Eltociear Ashimine
authored
llava : update clip.h (#7580)
overriden -> overridden
1 parent 852aafb commit 74b239b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/clip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ CLIP_API bool clip_image_load_from_file(const char * fname, struct clip_image_u8
6868
/** interpret bytes as an image file with length bytes_length, and use the result to populate img */
6969
CLIP_API bool clip_image_load_from_bytes(const unsigned char * bytes, size_t bytes_length, struct clip_image_u8 * img);
7070

71-
/** preprocess img and store the result in res_imgs, pad_to_square may be overriden to false depending on model configuration */
71+
/** preprocess img and store the result in res_imgs, pad_to_square may be overridden to false depending on model configuration */
7272
CLIP_API bool clip_image_preprocess(struct clip_ctx * ctx, const struct clip_image_u8 * img, struct clip_image_f32_batch * res_imgs );
7373

7474
CLIP_API struct ggml_tensor * clip_get_newline_tensor(const struct clip_ctx * ctx);

0 commit comments

Comments
 (0)