Skip to content

Commit 4a45879

Browse files
committed
Print MUSE2 version when running model
1 parent ad76fab commit 4a45879

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cli.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ pub fn handle_run_command(
166166
// Initialise program logger
167167
log::init(&settings.log_level, Some(output_path)).context("Failed to initialise logging.")?;
168168

169+
info!("Starting MUSE2 v{}", env!("CARGO_PKG_VERSION"));
170+
169171
// Load the model to run
170172
let (model, assets) = load_model(model_path).context("Failed to load model.")?;
171173
info!("Loaded model from {}", model_path.display());

0 commit comments

Comments
 (0)