add llama-3.3-70b to 3 M4 Pro cluster

This commit is contained in:
Alex Cheema
2024-12-12 18:51:26 +00:00
parent 2ff4638122
commit e5d54c77a9

View File

@@ -24,7 +24,7 @@ jobs:
three-m4-pro-cluster:
strategy:
matrix:
model: ['llama-3.2-1b', 'llama-3.2-3b', 'llama-3.1-8b']
model: ['llama-3.2-1b', 'llama-3.2-3b', 'llama-3.1-8b', 'llama-3.3-70b']
# 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