[object Object]

← back to Exo

tweak ci for unit tests

b1ec5ae298ea423d7984ae676f11c35c215a68d9 · 2024-09-20 18:18:32 +0100 · Alex Cheema

Files touched

Diff

commit b1ec5ae298ea423d7984ae676f11c35c215a68d9
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Sep 20 18:18:32 2024 +0100

    tweak ci for unit tests
---
 .circleci/config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index b74b72c1..15849926 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -91,7 +91,7 @@ commands:
 jobs:
   unit_test:
     macos:
-      xcode: "15.4.0"
+      xcode: "16.0.0"
     resource_class: macos.m1.medium.gen1
     steps:
       - checkout
@@ -113,7 +113,7 @@ jobs:
             source env/bin/activate
             # set TEMPERATURE to 0 for deterministic sampling
             echo "Running inference engine tests..."
-            METAL_XCODE=1 TEMPERATURE=0 python3 -m exo.inference.test_inference_engine
+            LOW_MEMORY=1 DEVICE=gpu 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
 

← 2caccf89 update gpu rich/poor calc  ·  back to Exo  ·  ignore deepseek v2.5 from tokenizers test as it requires rem b6d239af →