[object Object]

← back to Exo

disable tinygrad test for now. need a larger runner or smalelr model

f93ae2b54506084126c855b31a92060be1ae7640 · 2024-08-02 17:09:01 +0100 · Alex Cheema

Files touched

Diff

commit f93ae2b54506084126c855b31a92060be1ae7640
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Aug 2 17:09:01 2024 +0100

    disable tinygrad test for now. need a larger runner or smalelr model
---
 .circleci/config.yml | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9f1ad546..080f7870 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -179,27 +179,27 @@ jobs:
       - checkout
       - run: system_profiler SPHardwareDataType
 
-  chatgpt_api_integration_test_tinygrad:
-    macos:
-      xcode: "15.4.0"
-    resource_class: macos.m1.large.gen1
-    steps:
-      - checkout
-      - run:
-          name: Set up Python
-          command: |
-            brew install python@3.12
-            python3.12 -m venv env
-            source env/bin/activate
-      - run:
-          name: Install dependencies
-          command: |
-            source env/bin/activate
-            pip install --upgrade pip
-            pip install .
-      - run_chatgpt_api_test:
-          inference_engine: tinygrad
-          model_id: llama-3-8b
+  # chatgpt_api_integration_test_tinygrad:
+  #   macos:
+  #     xcode: "15.4.0"
+  #   resource_class: macos.m1.large.gen1
+  #   steps:
+  #     - checkout
+  #     - run:
+  #         name: Set up Python
+  #         command: |
+  #           brew install python@3.12
+  #           python3.12 -m venv env
+  #           source env/bin/activate
+  #     - run:
+  #         name: Install dependencies
+  #         command: |
+  #           source env/bin/activate
+  #           pip install --upgrade pip
+  #           pip install .
+  #     - run_chatgpt_api_test:
+  #         inference_engine: tinygrad
+  #         model_id: llama-3-8b
 
 workflows:
   version: 2

← 201996af macos  ·  back to Exo  ·  t 4a5c6cc5 →