mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
add llama-3.3-70b to 3 M4 Pro cluster
This commit is contained in:
2
.github/workflows/benchmarks.yml
vendored
2
.github/workflows/benchmarks.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user