diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 17d9b5cad..31eeba249 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?"