mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
ruff_format_2
This commit is contained in:
@@ -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}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user