* Fix -Werror=return-type so ci/run.sh can run
* Update tools/mtmd/clip.cpp
Co-authored-by: Diego Devesa <redacted>
* Remove false now that we have abort
---------
Co-authored-by: Diego Devesa <redacted>
}
return true;
-
+ } else {
+ GGML_ABORT("Unknown image preprocessing type");
}
- GGML_ASSERT(false && "Unknown image preprocessing type");
}
ggml_tensor * clip_get_newline_tensor(const struct clip_ctx * ctx) {