]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
llava : update clip.h (#7580)
authorIkko Eltociear Ashimine <redacted>
Tue, 28 May 2024 02:48:16 +0000 (11:48 +0900)
committerGitHub <redacted>
Tue, 28 May 2024 02:48:16 +0000 (12:48 +1000)
overriden -> overridden

examples/llava/clip.h

index 45bdad68976585c9d7783bfeb31eff975b90e055..ca36313844c130f932f0cee5d9bc0a11965e2bbc 100644 (file)
@@ -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);