Browse Source

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

Tarek Dakhran 2 weeks ago
parent
commit
c945aaaef2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/mtmd/models/conformer.cpp

+ 0 - 1
tools/mtmd/models/conformer.cpp

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