0002-clip-log.patch 763 Bytes
Newer Older
1
2
3
4
From 6fdf4268e13e56f0050fa6a29b029cbd54be49d2 Mon Sep 17 00:00:00 2001
From: Gabe Goodhart <ghart@us.ibm.com>
Date: Thu, 19 Sep 2024 16:58:03 -0600
Subject: [PATCH] clip log
Michael Yang's avatar
Michael Yang committed
5
6
7
8
9

---
 examples/llava/clip.cpp | 1 +
 1 file changed, 1 insertion(+)

Daniel Hiltgen's avatar
Daniel Hiltgen committed
10
diff --git a/examples/llava/clip.cpp b/examples/llava/clip.cpp
11
index 8aa7b075..b8941c74 100644
Daniel Hiltgen's avatar
Daniel Hiltgen committed
12
13
14
15
16
17
18
19
20
--- a/examples/llava/clip.cpp
+++ b/examples/llava/clip.cpp
@@ -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 "ggml.h"
 #include "ggml-alloc.h"
21
 #include "ggml-backend.h"
Michael Yang's avatar
Michael Yang committed
22
-- 
23
2.39.3 (Apple Git-146)
Michael Yang's avatar
Michael Yang committed
24