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
//! Re-exports of the `llmtask` Task trait for convenience.
//!
//! Users can `use lfm::Task` instead of `use llmtask::Task`.

pub use llmtask::{JsonParseError, Task};