Pārlūkot izejas kodu

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

Alex Cheema 1 gadu atpakaļ
vecāks
revīzija
f93ae2b545
1 mainītis faili ar 21 papildinājumiem un 21 dzēšanām
  1. 21 21
      .circleci/config.yml

+ 21 - 21
.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