burn-lm-cli 0.0.1

Burn Large Models Engine - CLI.
Documentation
1
2
3
4
5
6
extern crate burn_lm_registry;

pub(crate) mod backends;
pub mod cli;
pub(crate) mod commands;
pub(crate) mod utils;