[refactor] enhance model management with metadata enrichment, new API integration, and manifest resolution
This commit is contained in:
@@ -85,7 +85,6 @@ async fn main() -> Result<()> {
|
||||
.await
|
||||
.map_err(|e| anyhow!("blocking task join error: {e}"))?
|
||||
.context("updating models")?;
|
||||
println!("Models updated.");
|
||||
}
|
||||
ModelsCmd::Download => {
|
||||
info!("interactive model selection and download");
|
||||
|
Reference in New Issue
Block a user