]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
model : add ASR support for LFM2-Audio-1.5B (conformer) (llama/18106)
authorXuan-Son Nguyen <redacted>
Thu, 18 Dec 2025 23:18:01 +0000 (00:18 +0100)
committerGeorgi Gerganov <redacted>
Wed, 31 Dec 2025 10:39:43 +0000 (12:39 +0200)
commitcdb1e3f3c079faf18caa944d7a996fe99ef758e3
tree3b4e33136b8826b54d0b41c9e670b318c7a18b18
parent117a67747d3ed31119cec6f4d614a2ea92390fa9
model : add ASR support for LFM2-Audio-1.5B (conformer) (llama/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>
src/ggml-cuda/ssm-conv.cu
tests/test-backend-ops.cpp