mtmd : Fix ASR for LFM2.5-Audio-1.5B (#18876)

This commit is contained in:
Tarek Dakhran
2026-01-16 11:23:08 +01:00
committed by GitHub
parent c15395f73c
commit c945aaaef2
-1
View File
@@ -12,7 +12,6 @@ ggml_cgraph * clip_graph_conformer::build() {
ggml_build_forward_expand(gf, pos_emb);
ggml_tensor * inp = build_inp_raw(1);
cb(inp, "input", -1);
auto * cur = ggml_cont(ctx0, ggml_transpose(ctx0, inp));