lfm 0.1.1

Rust ONNX inference for LiquidAI LFM2.5-VL (vision-language) models — implements the engine-agnostic llmtask::Task contract via llguidance for schema-constrained sampling
Documentation
1
2
3
4
5
6
7
//! ORT-backed runtime modules. Gated on `feature = "inference"`.

pub(crate) mod decoder;
pub(crate) mod embed_tokens;
pub(crate) mod sampler;
pub(crate) mod session;
pub(crate) mod vision;