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
8
9
pub mod capability;
pub mod hardware;
pub mod model;
pub mod provider;

pub use capability::CapabilityCommands;
pub use hardware::HardwareCommands;
pub use model::ModelCommands;
pub use provider::ProviderCommands;