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 1bba5c6 commit 603f531Copy full SHA for 603f531
tools/mtmd/clip.cpp
@@ -2307,7 +2307,7 @@ struct clip_model_loader {
2307
2308
// create data context
2309
struct ggml_init_params params = {
2310
- /*.mem_size =*/ static_cast<size_t>(gguf_get_n_tensors(ctx_gguf.get()) + 1) * ggml_tensor_overhead(),
+ /*.mem_size =*/ static_cast<size_t>(gguf_get_n_tensors(ctx_gguf.get()) + 1) * ggml_tensor_overhead(),
2311
/*.mem_buffer =*/ NULL,
2312
/*.no_alloc =*/ true,
2313
};
0 commit comments