Skip to content

Commit e1d2d8f

Browse files
Remove CLIP_API from func signature
Signed-off-by: Alex-Brooks <[email protected]>
1 parent 969e6c9 commit e1d2d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/clip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2988,7 +2988,7 @@ size_t get_max_image_grid_pinpoints() {
29882988
}
29892989

29902990
// Determine the number of encoder layers to iterate over
2991-
CLIP_API int get_deepest_feature_layer(const struct clip_ctx * ctx) {
2991+
int get_deepest_feature_layer(const struct clip_ctx * ctx) {
29922992
// Get the index of the second to last layer; this is the
29932993
// default for models that have a llava projector
29942994
int n_layer = ctx->vision_model.hparams.n_layer - 1;

0 commit comments

Comments
 (0)