Glen há 7 meses atrás
pai
commit
1716f637f7
1 ficheiros alterados com 12 adições e 0 exclusões
  1. 12 0
      .github/workflows/benchmarks.yml

+ 12 - 0
.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