Skip to content

Commit dd3bc7f

Browse files
michaelgibaslaren
andauthored
Update tools/mtmd/clip.cpp
Co-authored-by: Diego Devesa <[email protected]>
1 parent 0517957 commit dd3bc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mtmd/clip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3468,7 +3468,7 @@ bool clip_image_preprocess(struct clip_ctx * ctx, const clip_image_u8 * img, str
34683468

34693469
return true;
34703470
} else {
3471-
GGML_ASSERT(false && "Unknown image preprocessing type");
3471+
GGML_ABORT("Unknown image preprocessing type");
34723472
return false;
34733473
}
34743474

0 commit comments

Comments
 (0)