transformers
Looking for HuggingFace Transformers in Rust?
Check out candle-pipelines - simple, intuitive pipelines for local LLM inference in Rust, inspired by Python's Transformers library.
With candle-pipelines:
let pipeline = qwen3.build.await?;
let response = pipeline.completion.await?;
println! // 2 + 2 = 4
cargo add candle-pipelines