mtmd: add batching support for internvl (#24775)
This commit is contained in:
@@ -80,6 +80,7 @@ struct clip_graph_minicpmv4_6 : clip_graph {
|
||||
struct clip_graph_internvl : clip_graph {
|
||||
clip_graph_internvl(clip_ctx * ctx, const clip_image_f32 & img) : clip_graph(ctx, img) {}
|
||||
ggml_cgraph * build() override;
|
||||
bool support_batch() const override { return true; }
|
||||
};
|
||||
|
||||
struct clip_graph_nemotron_v2_vl : clip_graph {
|
||||
|
||||
Reference in New Issue
Block a user