benchmarks.yml 280 B

12345678910111213141516
  1. name: Build and Test
  2. on:
  3. push:
  4. branches: [ '*' ]
  5. tags: [ '*' ]
  6. pull_request:
  7. branches: [ '*' ]
  8. jobs:
  9. test-m4-cluster:
  10. uses: ./.github/workflows/bench_job.yml
  11. with:
  12. config: '{"M4PRO_GPU16_24GB": 2}'
  13. model: 'llama-3.2-1b'
  14. secrets: inherit