← back to Exo
removed debug
357e3380fe5f8fdd6a7b58a83f5d0795e1da62a3 · 2024-11-22 16:06:39 -0800 · josh
Files touched
M exo/download/hf/hf_helpers.py
Diff
commit 357e3380fe5f8fdd6a7b58a83f5d0795e1da62a3
Author: josh <eyasufikru567@gmail.com>
Date: Fri Nov 22 16:06:39 2024 -0800
removed debug
---
exo/download/hf/hf_helpers.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo/download/hf/hf_helpers.py b/exo/download/hf/hf_helpers.py
index d551c66d..e2eb2434 100644
--- a/exo/download/hf/hf_helpers.py
+++ b/exo/download/hf/hf_helpers.py
@@ -113,7 +113,7 @@ async def move_models_to_hf(seed_dir: Union[str, Path]):
if path.is_dir() and path.name.startswith("models--"):
dest_path = dest_dir / path.name
if await aios.path.exists(dest_path):
- if DEBUG>=1: print('Skipping moving model to .cache directory')
+ print('Skipping moving model to .cache directory')
else:
try:
await aios.rename(str(path), str(dest_path))
← 3384fc72 update tinygrad version
·
back to Exo
·
change chatgpt-api-response-timeout default back to 90 ab3e76a4 →