Skip to content

Commit

Permalink
disable mlx test for now..plan to run this on a self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Dec 6, 2024
1 parent a52ac61 commit be18c96
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
Expand Down

0 comments on commit be18c96

Please sign in to comment.