diff --git a/examples/llava/clip.cpp b/examples/llava/clip.cpp index 067b8f6fb..4b40d7506 100644 --- a/examples/llava/clip.cpp +++ b/examples/llava/clip.cpp @@ -3,7 +3,6 @@ // I'll gradually clean and extend it // Note: Even when using identical normalized image inputs (see normalize_image_u8_to_f32()) we have a significant difference in resulting embeddings compared to pytorch #include "clip.h" -#include "common.h" #include "log.h" #include "ggml.h" #include "ggml-alloc.h"