02-clip-log.diff 483 B

123456789101112
  1. diff --git a/examples/llava/clip.cpp b/examples/llava/clip.cpp
  2. index e431c7f7..f077e688 100644
  3. --- a/examples/llava/clip.cpp
  4. +++ b/examples/llava/clip.cpp
  5. @@ -3,6 +3,7 @@
  6. // I'll gradually clean and extend it
  7. // 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
  8. #include "clip.h"
  9. +#include "common.h"
  10. #include "log.h"
  11. #include "ggml.h"
  12. #include "ggml-alloc.h"