log dl location

This commit is contained in:
Dobromir Popov
2026-07-06 18:44:50 +03:00
parent d151dd5484
commit 7911223980

View File

@@ -273,6 +273,8 @@ def download_shard(
passing a non-stub *hf_repo*.
"""
shard_dir = cache_dir / model / f"layers_{shard_start}-{shard_end}"
if progress:
print(f" Target location: {shard_dir}", flush=True)
for peer in peers or []:
if progress: