ruff_format_2

This commit is contained in:
Raktim Mitra
2026-03-27 11:25:56 -07:00
parent b9e050c35b
commit 3da4cdfe19

View File

@@ -132,9 +132,7 @@ def install_model(model_name: str, checkpoint_dir: Path, force: bool = False) ->
)
try:
download_file(
checkpoint_info.url, dest_path, checkpoint_info.sha256
)
download_file(checkpoint_info.url, dest_path, checkpoint_info.sha256)
console.print(
f"[green]✓[/green] Successfully installed {model_name} to {dest_path}"
)