minor formatting fixes

This commit is contained in:
Saba Fallah 2025-12-14 15:14:32 +01:00
parent 1b38ccf63c
commit 6c36c03815
2 changed files with 6 additions and 8 deletions

View File

@ -753,8 +753,6 @@ ggml_tensor * clip_graph::build_patch_merge_permute(ggml_tensor * cur, int scale
return cur; return cur;
} }
static ggml_cgraph * clip_image_build_graph(clip_ctx * ctx, const clip_image_f32_batch & imgs) { static ggml_cgraph * clip_image_build_graph(clip_ctx * ctx, const clip_image_f32_batch & imgs) {
GGML_ASSERT(imgs.entries.size() == 1 && "n_batch > 1 is not supported"); GGML_ASSERT(imgs.entries.size() == 1 && "n_batch > 1 is not supported");