We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6926d1 commit 9eb5bfeCopy full SHA for 9eb5bfe
1 file changed
tools/mtmd/mtmd.h
@@ -224,7 +224,7 @@ MTMD_API int32_t mtmd_encode_chunk(mtmd_context * ctx,
224
225
// get output embeddings from the last encode pass
226
// the reading size (in bytes) is equal to:
227
-// llama_model_n_embd(model) * mtmd_input_chunk_get_n_tokens(chunk) * sizeof(float)
+// llama_model_n_embd_inp(model) * mtmd_input_chunk_get_n_tokens(chunk) * sizeof(float)
228
MTMD_API float * mtmd_get_output_embd(mtmd_context * ctx);
229
230
// Set callback for all future logging events.
0 commit comments