log dl location
This commit is contained in:
@@ -273,6 +273,8 @@ def download_shard(
|
|||||||
passing a non-stub *hf_repo*.
|
passing a non-stub *hf_repo*.
|
||||||
"""
|
"""
|
||||||
shard_dir = cache_dir / model / f"layers_{shard_start}-{shard_end}"
|
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 []:
|
for peer in peers or []:
|
||||||
if progress:
|
if progress:
|
||||||
|
|||||||
Reference in New Issue
Block a user