granite-cli 0.1.5

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
pub mod capability;
pub mod hardware;
pub mod launcher;
pub mod model;
pub mod provider;
pub mod setup;

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