granite-cli 0.0.1

CLI for discovering, configuring, and launching AI workflows powered by IBM Granite models.
1
2
3
4
5
6
7
pub mod hardware;
pub mod traits;
pub mod ui;

pub use hardware::{HardwareProfile, detect_hardware};
pub use traits::Searchable;
pub use ui::prompt_from_schema;