← back to Exo
DEBUG should be imported from exo
7c97ef521df765af9e13f7de29c31c2908386b7f · 2024-07-17 14:24:55 -0700 · Alex Cheema
Files touched
Diff
commit 7c97ef521df765af9e13f7de29c31c2908386b7f
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Jul 17 14:24:55 2024 -0700
DEBUG should be imported from exo
---
exo/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo/__init__.py b/exo/__init__.py
index cfcd5a73..93efefd5 100644
--- a/exo/__init__.py
+++ b/exo/__init__.py
@@ -1 +1 @@
-from tinygrad.helpers import DEBUG
+from exo.helpers import DEBUG
← 5055e378 separate prerequisities seciton / troubleshooting section in
·
back to Exo
·
cleaner chatgpt api impl with async callbacks eb92da2c →