Fix log target

Building on windows with clang errors without common.h included
before log.h
This commit is contained in:
Daniel Hiltgen 2024-04-25 20:54:18 -07:00
parent 017e6999b5
commit 50599208d6

View file

@ -3,6 +3,7 @@
// 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"