[object Object]

← back to Exo

test

1716f637f79aac7a58accd0983020991881f7a57 · 2024-12-08 22:32:03 +0000 · Glen

Files touched

Diff

commit 1716f637f79aac7a58accd0983020991881f7a57
Author: Glen <glen@Delias-MacBook-Air-2.local>
Date:   Sun Dec 8 22:32:03 2024 +0000

    test
---
 .github/workflows/benchmarks.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml
index f2824c75..9c324b52 100644
--- a/.github/workflows/benchmarks.yml
+++ b/.github/workflows/benchmarks.yml
@@ -19,4 +19,16 @@ jobs:
       config: '{"M4PRO_GPU16_24GB": 2}'
       model: ${{ matrix.model }}
       calling_job_name: 'test-m4-cluster'
+    secrets: inherit
+  test-alex-mac:
+    strategy:
+      matrix:
+        model: ['llama-3.2-3b']
+      # Optional: add fail-fast: false if you want all matrix jobs to continue even if one fails
+      fail-fast: false
+    uses: ./.github/workflows/bench_job.yml
+    with:
+      config: '{"M3MAX_GPU40_128GB": 1}'
+      model: ${{ matrix.model }}
+      calling_job_name: 'test-alex-mac'
     secrets: inherit
\ No newline at end of file

← 903a5aab fix  ·  back to Exo  ·  t b0977f97 →