try fix 1

This commit is contained in:
caitianchi 2024-08-09 16:39:34 +08:00
parent 2d14c81931
commit 069631ee2d

View file

@ -17,12 +17,11 @@
# define LLAVA_API # define LLAVA_API
#endif #endif
struct clip_ctx;
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
struct clip_ctx;
struct llava_image_embed { struct llava_image_embed {
float * embed; float * embed;
int n_image_pos; int n_image_pos;