← back to Exo
remove redundant test_macos_m1 job
e2f71b62883e62c0f42864153f0c2e9b9627dee2 · 2024-11-25 14:05:49 +0400 · Alex Cheema
Files touched
Diff
commit e2f71b62883e62c0f42864153f0c2e9b9627dee2
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Mon Nov 25 14:05:49 2024 +0400
remove redundant test_macos_m1 job
---
.circleci/config.yml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ce80fee4..752ec435 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -215,14 +215,6 @@ jobs:
prompt: "Dummy prompt."
expected_output: "dummy"
- test_macos_m1:
- macos:
- xcode: "16.0.0"
- resource_class: m2pro.large
- steps:
- - checkout
- - run: system_profiler SPHardwareDataType
-
chatgpt_api_integration_test_tinygrad:
macos:
xcode: "16.0.0"
@@ -336,5 +328,4 @@ workflows:
- chatgpt_api_integration_test_mlx
- chatgpt_api_integration_test_tinygrad
- chatgpt_api_integration_test_dummy
- - test_macos_m1
- measure_pip_sizes
← 99bf691e check for response in quotes
·
back to Exo
·
skip inference engine selection if running dummy 311b4c21 →