[object Object]

← back to Exo

build error fix

aae23cecdf9812373a2c4750d7c81fd66a250c2e · 2024-11-19 04:30:22 -0800 · josh

Files touched

Diff

commit aae23cecdf9812373a2c4750d7c81fd66a250c2e
Author: josh <eyasufikru567@gmail.com>
Date:   Tue Nov 19 04:30:22 2024 -0800

    build error fix
---
 .circleci/config.yml | 1 -
 exo/__init__.py      | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 83654c97..fc4b8b4b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -126,7 +126,6 @@ jobs:
             METAL_DEVICE_WRAPPER_TYPE=1 METAL_DEBUG_ERROR_MODE=0 METAL_XCODE=1 TEMPERATURE=0 python3 -m exo.inference.test_inference_engine
             echo "Running tokenizer tests..."
             python3 ./test/test_tokenizers.py
-            python3 ./test/test_model_helpers.py
 
   discovery_integration_test:
     macos:
diff --git a/exo/__init__.py b/exo/__init__.py
index 596559f3..4ba56266 100644
--- a/exo/__init__.py
+++ b/exo/__init__.py
@@ -1 +1 @@
-from exo.helpers import DEBUG as DEBUG, DEBUG_DISCOVERY as DEBUG_DISCOVERY, VERSION as VERSION
\ No newline at end of file
+from exo.helpers import DEBUG as DEBUG, DEBUG_DISCOVERY as DEBUG_DISCOVERY, VERSION as VERSION, move_models_to_hf
\ No newline at end of file

← c82d1648 Bump aiohttp from 3.10.2 to 3.10.11  ·  back to Exo  ·  typo 9489b99c →