]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model : support LiquidAI LFM2 hybrid family (#14620)
authorTarek Dakhran <redacted>
Fri, 11 Jul 2025 18:27:01 +0000 (20:27 +0200)
committerGitHub <redacted>
Fri, 11 Jul 2025 18:27:01 +0000 (20:27 +0200)
commitf5e96b368f1acc7f53c390001b936517c4d18999
treebaa90ce5447d5e326ce01c3f21fd153b6a6edcee
parent756aa1020aabc70b71b9a8efcd35fbf42b3bb9ab
model : support LiquidAI LFM2 hybrid family (#14620)

**Important**
LFM2 was [merged ](https://github.com/huggingface/transformers/pull/39340)into transformers, but has not yet been released.
To convert into gguf, install transformers from source
```shell
pip install "transformers @ git+https://github.com/huggingface/transformers.git@main"
```
14 files changed:
convert_hf_to_gguf.py
convert_hf_to_gguf_update.py
ggml/src/ggml-cuda/ssm-conv.cu
gguf-py/gguf/constants.py
gguf-py/gguf/gguf_writer.py
gguf-py/gguf/tensor_mapping.py
src/llama-arch.cpp
src/llama-arch.h
src/llama-hparams.cpp
src/llama-hparams.h
src/llama-model.cpp
src/llama-model.h
src/llama-quant.cpp
src/llama-vocab.cpp