← back to Exo
run with three m4 pro
dbb7ad3c0837dc7581f78fdabe5b2a110e495f2b · 2024-12-12 14:36:18 +0000 · Alex Cheema
Files touched
M .github/workflows/benchmarks.yml
Diff
commit dbb7ad3c0837dc7581f78fdabe5b2a110e495f2b
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Thu Dec 12 14:36:18 2024 +0000
run with three m4 pro
---
.github/workflows/benchmarks.yml | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml
index ebf7ec7f..bd0f2c38 100644
--- a/.github/workflows/benchmarks.yml
+++ b/.github/workflows/benchmarks.yml
@@ -8,7 +8,20 @@ on:
branches: [ '*' ]
jobs:
- test-m4-cluster:
+ # test-m4-cluster:
+ # strategy:
+ # matrix:
+ # model: ['llama-3.2-1b', '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: '{"M4PRO_GPU16_24GB": 2}'
+ # model: ${{ matrix.model }}
+ # calling_job_name: 'test-m4-cluster'
+ # secrets: inherit
+
+ three-m4-pro-cluster:
strategy:
matrix:
model: ['llama-3.2-1b', 'llama-3.2-3b']
@@ -16,7 +29,7 @@ jobs:
fail-fast: false
uses: ./.github/workflows/bench_job.yml
with:
- config: '{"M4PRO_GPU16_24GB": 2}'
+ config: '{"M4PRO_GPU16_24GB": 3}'
model: ${{ matrix.model }}
calling_job_name: 'test-m4-cluster'
secrets: inherit
← 2abe57be grasping at straws
·
back to Exo
·
t 9472ab0d →