← back to Exo
disable test-m3-single-node
d80324fe20f0b09d8b3c5eb406f56b68bf9b88e1 · 2025-01-22 21:58:40 +0000 · Alex Cheema
Files touched
M .github/workflows/benchmarks.yml
Diff
commit d80324fe20f0b09d8b3c5eb406f56b68bf9b88e1
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Jan 22 21:58:40 2025 +0000
disable test-m3-single-node
---
.github/workflows/benchmarks.yml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml
index ddd4ff8a..2750ac4a 100644
--- a/.github/workflows/benchmarks.yml
+++ b/.github/workflows/benchmarks.yml
@@ -57,15 +57,15 @@ jobs:
network_interface: 'Ethernet'
secrets: inherit
- test-m3-single-node:
- strategy:
- matrix:
- model: ['llama-3.2-1b']
- fail-fast: false
- uses: ./.github/workflows/bench_job.yml
- with:
- config: '{"M3MAX_GPU40_128GB": 1}'
- model: ${{ matrix.model }}
- calling_job_name: 'test-m3-cluster'
- network_interface: 'Ethernet'
- secrets: inherit
\ No newline at end of file
+ # test-m3-single-node:
+ # strategy:
+ # matrix:
+ # model: ['llama-3.2-1b']
+ # fail-fast: false
+ # uses: ./.github/workflows/bench_job.yml
+ # with:
+ # config: '{"M3MAX_GPU40_128GB": 1}'
+ # model: ${{ matrix.model }}
+ # calling_job_name: 'test-m3-cluster'
+ # network_interface: 'Ethernet'
+ # secrets: inherit
\ No newline at end of file
← 97f3bad3 fix peer_handle
·
back to Exo
·
add back .circleci 98d6e986 →