Browse Source

build error fix

josh 8 months ago
parent
commit
aae23cecdf
2 changed files with 1 additions and 2 deletions
  1. 0 1
      .circleci/config.yml
  2. 1 1
      exo/__init__.py

+ 0 - 1
.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:

+ 1 - 1
exo/__init__.py

@@ -1 +1 @@
-from exo.helpers import DEBUG as DEBUG, DEBUG_DISCOVERY as DEBUG_DISCOVERY, VERSION as VERSION
+from exo.helpers import DEBUG as DEBUG, DEBUG_DISCOVERY as DEBUG_DISCOVERY, VERSION as VERSION, move_models_to_hf