audio embedding free() (but still memory leakage detected)
This commit is contained in:
parent
fc25544867
commit
aad0167bc3
1 changed files with 1 additions and 0 deletions
|
@ -763,6 +763,7 @@ static bool omni_eval_audio_embed(llama_context *ctx_llama, ggml_tensor *audio_e
|
||||||
}
|
}
|
||||||
*n_past += n_eval;
|
*n_past += n_eval;
|
||||||
}
|
}
|
||||||
|
free(audio_embed_data);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue