[object Object]

← back to Exo

run tinygrad and discovery integratrion tests on linux

8d433e6579d8bb037364c12dfeb7b7fa1739a219 · 2024-12-06 14:46:56 +0000 · Alex Cheema

Files touched

Diff

commit 8d433e6579d8bb037364c12dfeb7b7fa1739a219
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Dec 6 14:46:56 2024 +0000

    run tinygrad and discovery integratrion tests on linux
---
 .github/workflows/build_and_test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 04eba6d2..ab8bd205 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -75,7 +75,7 @@ jobs:
           python3 ./test/test_model_helpers.py
 
   discovery_integration_test:
-    runs-on: macos-15
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
 
@@ -113,7 +113,7 @@ jobs:
           fi
 
   chatgpt_api_tests:
-    runs-on: macos-15
+    runs-on: ${{ matrix.inference_engine == 'tinygrad' && 'ubuntu-latest' || 'macos-15' }}
     strategy:
       matrix:
         inference_engine: [mlx, tinygrad, dummy]

← 676125bf job  ·  back to Exo  ·  more robust discovery log check 3c0297c3 →