Skip to content

Commit

Permalink
disable the m3 max 128GB test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Dec 19, 2024
1 parent 0278de7 commit c609f39
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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

0 comments on commit c609f39

Please sign in to comment.