From 2d14c81931c7f3877113d049a7e5226d24601adf Mon Sep 17 00:00:00 2001 From: caitianchi Date: Thu, 8 Aug 2024 11:08:00 +0800 Subject: [PATCH] try fix clip --- examples/llava/clip.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/llava/clip.h b/examples/llava/clip.h index f028f1875..2ff4d3992 100644 --- a/examples/llava/clip.h +++ b/examples/llava/clip.h @@ -18,8 +18,6 @@ # define CLIP_API #endif -struct clip_ctx; - #ifdef __cplusplus extern "C" { #endif