LMs
Collection
Language models supported by Loom.cpp • 5 items • Updated
Liquid AI's LFM2-350M hybrid conv/attention LM, exported as per-layer topologies.
This is a loom.cpp export: a single self-describing GGUF that carries its own graph topologies, tokenizer (if any) and driver script, produced by loom-exporter.
Exported from LiquidAI/LFM2-350M. Weights are unmodified; this repo packages the same parameters into
loom.cpp's GGUF format.
LFM Open License v1.0 -- inherited from the base model above.
en, ar, zh, fr, de, ja, ko, es
Run it with loom-py -- loom-py-rt on PyPI:
pip install loom-py-rt[hub]
import loom
model = loom.Model.from_pretrained("loom-ai-org/lfm2-350m-modular-loom")
print(model.generate("The capital of France is", max_new_tokens=14))
model.driver_source prints the exact driver script this GGUF embeds, including a header comment
documenting every argument model.infer()/model.generate() accepts for this model.
lfm2-350m-modular.gguf -- the model, exported with loom-exporter.We're not able to determine the quantization variants.
Base model
LiquidAI/LFM2-350M