possibly unstable, needs testing for fa

This commit is contained in:
Concedo 2025-08-22 17:35:32 +08:00
commit 257992d6b8
64 changed files with 3010 additions and 376 deletions

View file

@ -3757,10 +3757,10 @@ bool clip_image_preprocess(struct clip_ctx * ctx, const clip_image_u8 * img, str
}
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) {