]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model : add ASR support for LFM2-Audio-1.5B (conformer) (#18106)
authorXuan-Son Nguyen <redacted>
Thu, 18 Dec 2025 23:18:01 +0000 (00:18 +0100)
committerGitHub <redacted>
Thu, 18 Dec 2025 23:18:01 +0000 (00:18 +0100)
commit8ea958d4d9d5bd43f9f244950bf057b5227ce8d9
treefa06280fee3fc6157f43f9ff5c54a7e639bc205a
parentf9ec8858edea4a0ecfea149d6815ebfb5ecc3bcd
model : add ASR support for LFM2-Audio-1.5B (conformer) (#18106)

* ASR with LFM2-Audio-1.5B

* Set rope_theta

* Fix comment

* Remove rope_theta setting

* Address PR feedback

* rename functions to conformer

* remove some redundant ggml_cont

* fix missing tensor

* add prefix "a." for conv tensors

* remove redundant reshape

* clean up

* add test model

---------

Co-authored-by: Tarek Dakhran <redacted>
17 files changed:
common/arg.cpp
convert_hf_to_gguf.py
ggml/src/ggml-cuda/ssm-conv.cu
gguf-py/gguf/constants.py
gguf-py/gguf/tensor_mapping.py
tests/test-backend-ops.cpp
tools/mtmd/CMakeLists.txt
tools/mtmd/clip-impl.h
tools/mtmd/clip-model.h
tools/mtmd/clip.cpp
tools/mtmd/models/conformer.cpp [new file with mode: 0644]
tools/mtmd/models/models.h
tools/mtmd/mtmd-audio.cpp
tools/mtmd/mtmd-audio.h
tools/mtmd/mtmd-cli.cpp
tools/mtmd/mtmd.cpp
tools/mtmd/tests.sh