Browse Source

disable test-m3-single-node

Alex Cheema 6 months ago
parent
commit
d80324fe20
1 changed files with 12 additions and 12 deletions
  1. 12 12
      .github/workflows/benchmarks.yml

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