diff options
author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2024-05-28 11:48:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 12:48:16 +1000 |
commit | 74b239b3d5f067470d7ef5e26e2e059720572e32 (patch) | |
tree | 45c7427fecdb5c9c0c8c2db058c144bad1dd4b9b | |
parent | 852aafb163d32d5bad63c10bc323a02c28fec59d (diff) |
llava : update clip.h (#7580)
overriden -> overridden
-rw-r--r-- | examples/llava/clip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/llava/clip.h b/examples/llava/clip.h index 45bdad68..ca363138 100644 --- a/examples/llava/clip.h +++ b/examples/llava/clip.h @@ -68,7 +68,7 @@ CLIP_API bool clip_image_load_from_file(const char * fname, struct clip_image_u8 /** interpret bytes as an image file with length bytes_length, and use the result to populate img */ CLIP_API bool clip_image_load_from_bytes(const unsigned char * bytes, size_t bytes_length, struct clip_image_u8 * img); -/** preprocess img and store the result in res_imgs, pad_to_square may be overriden to false depending on model configuration */ +/** preprocess img and store the result in res_imgs, pad_to_square may be overridden to false depending on model configuration */ CLIP_API bool clip_image_preprocess(struct clip_ctx * ctx, const struct clip_image_u8 * img, struct clip_image_f32_batch * res_imgs ); CLIP_API struct ggml_tensor * clip_get_newline_tensor(const struct clip_ctx * ctx); |