💬 Commit message: Update 2026-02-03 22:22:59, 1 files, 3 lines

📁 Files changed: 1
📝 Lines changed: 3

  • tensors.py
This commit is contained in:
Adam Ladachowski
2026-02-03 22:22:59 +01:00
parent 6df2b1da2e
commit e8d9fba7d8
+2 -1
View File
@@ -493,7 +493,8 @@ def download_model(
f.write(chunk) f.write(chunk)
progress.update(task, advance=len(chunk)) progress.update(task, advance=len(chunk))
console.print(f"[green]Downloaded:[/green] {dest_path}") console.print()
console.print(f"[magenta]Downloaded:[/magenta] [green]\"{dest_path}\"[/green]")
return True return True
except httpx.HTTPStatusError as e: except httpx.HTTPStatusError as e: