granite-cli 0.2.0

CLI for discovering, configuring, and launching AI workflows powered by IBM Granite models.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod capability;
pub mod hardware;
pub mod launcher;
pub mod model;
pub mod provider;
pub mod setup;
pub mod shared;

pub use capability::CapabilityCommands;
pub use hardware::HardwareCommands;
pub use launcher::LauncherCommands;
pub use model::ModelCommands;
pub use provider::ProviderCommands;
pub use setup::SetupCommands;