From e8d9fba7d8f650e87044de2d216ce816aa4b499a Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Tue, 3 Feb 2026 22:22:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Commit=20message:=20Update=20202?= =?UTF-8?q?6-02-03=2022:22:59,=201=20files,=203=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📁 Files changed: 1 📝 Lines changed: 3 • tensors.py --- tensors.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tensors.py b/tensors.py index 8c2fdce..a7bf101 100644 --- a/tensors.py +++ b/tensors.py @@ -493,7 +493,8 @@ def download_model( f.write(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 except httpx.HTTPStatusError as e: