[object Object]

← back to Exo

disable mlx test for now..plan to run this on a self-hosted runner

976e5f2fdbcbe88726e0b8b38a1327008da5efc0 · 2024-12-06 16:51:54 +0000 · Alex Cheema

Files touched

Diff

commit 976e5f2fdbcbe88726e0b8b38a1327008da5efc0
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Dec 6 16:51:54 2024 +0000

    disable mlx test for now..plan to run this on a self-hosted runner
---
 .github/workflows/build_and_test.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 17d9b5ca..31eeba24 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -131,12 +131,13 @@ jobs:
     runs-on: ${{ (matrix.inference_engine == 'tinygrad' || matrix.inference_engine == 'dummy') && 'ubuntu-latest' || 'macos-15' }}
     strategy:
       matrix:
-        inference_engine: [mlx, tinygrad, dummy]
+        # inference_engine: [mlx, tinygrad, dummy]
+        inference_engine: [tinygrad, dummy]
         include:
-          - inference_engine: mlx
-            model_id: llama-3.2-1b
-            prompt: "Keep responses concise. Who was the king of pop?"
-            expected_output: "Michael Jackson"
+          # - inference_engine: mlx
+          #   model_id: llama-3.2-1b
+          #   prompt: "Keep responses concise. Who was the king of pop?"
+          #   expected_output: "Michael Jackson"
           - inference_engine: tinygrad
             model_id: llama-3.2-1b
             prompt: "Keep responses concise. Who was the king of pop?"

← 9dc76ef0 tooonygrad  ·  back to Exo  ·  clang for tinygrad deb80d25 →