[object Object]

← back to Exo

rm logs

be3a09c28bc461c808b1336bf90bb9be9a064faf · 2024-07-31 23:24:30 +0100 · Alex Cheema

Files touched

Diff

commit be3a09c28bc461c808b1336bf90bb9be9a064faf
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Wed Jul 31 23:24:30 2024 +0100

    rm logs
---
 exo/inference/mlx/sharded_utils.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/exo/inference/mlx/sharded_utils.py b/exo/inference/mlx/sharded_utils.py
index df282afc..bca459de 100644
--- a/exo/inference/mlx/sharded_utils.py
+++ b/exo/inference/mlx/sharded_utils.py
@@ -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))

← 0bfb8e3b sticky node ids #16  ·  back to Exo  ·  add support for selective model downloading. related: #16 4faa6c06 →