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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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));