flodl-cli 0.7.0

libtorch manager and GPU diagnostic tool for Rust deep learning
Documentation
1
2
3
4
5
6
7
//! Subcommand modules carved out of `main.rs` — one file per major command surface.

pub mod libtorch;
pub mod nccl;
pub mod schema;
pub mod install;
pub mod config;