Skip to content

Commit 4a4f35c

Browse files
committed
init
1 parent b6ce743 commit 4a4f35c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/llava/mtmd.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,12 @@ struct mtmd_context_deleter {
152152
};
153153
using mtmd_context_ptr = std::unique_ptr<mtmd_context, mtmd_context_deleter>;
154154

155-
#else
155+
#endif
156+
157+
//
158+
// C API
159+
//
156160

157-
static_assert(false && "C header is not yet supported by this library");
158161

159-
#endif
160162

161163
#endif

0 commit comments

Comments
 (0)