callm 0.2.0

Run Generative AI models directly on your hardware
Documentation
1
2
3
4
5
6
7
8
9
//! `callm` allows you to easily run Generative AI models (like Large Language Models) directly on your hardware, offline.

pub mod device;
pub mod error;
pub mod loaders;
pub mod models;
pub mod pipelines;
pub mod templates;
pub mod utils;