Skip to content

Commit

Permalink
rm logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jul 31, 2024
1 parent 0bfb8e3 commit be3a09c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exo/inference/mlx/sharded_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ async def download_async_with_progress(repo_id: str, revision: Optional[str] = N
# os.environ['HF_HUB_ENABLE_HF_TRANSFER'] = '1'
# os.environ['HF_HUB_DISABLE_PROGRESS_BARS'] = '1'

print(f"Estimating size of repository: {repo_id}")
total_size = await get_repo_size(repo_id)
print(f"Estimated total size: {total_size} bytes")

# Create tasks for download and progress checking
download_task = asyncio.create_task(download_repo(repo_id, revision=revision, allow_patterns=allow_patterns, repo_type=repo_type))
Expand Down

0 comments on commit be3a09c

Please sign in to comment.