We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb43f6 commit 29330dcCopy full SHA for 29330dc
tools/mtmd/clip.cpp
@@ -3249,7 +3249,6 @@ struct clip_model_loader {
3249
}
3250
3251
3252
- // return false if at least one op is not supported by the backend
3253
static support_info_graph alloc_compute_meta(clip_ctx & ctx_clip) {
3254
const auto & hparams = ctx_clip.model.hparams;
3255
ctx_clip.buf_compute_meta.resize(ctx_clip.max_nodes * ggml_tensor_overhead() + ggml_graph_overhead());
0 commit comments