Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Oct 8, 2024
1 parent 420b76d commit 6fede72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
runs-on: ${{ matrix.workload.mode == 'cuda' && fromJSON('["runs-on", "family=g6.16xlarge", "ami=ami-0a63dc9cb9e934ba3", "spot=false", "run-id=${{ github.run_id }}"]') || fromJSON('["runs-on", "runner=64cpu-linux-x64", "spot=false", "run-id=${{ github.run_id }}"]') }}
strategy:
matrix:
workload:
# CPU
- ${{ fromJSON(github.event.inputs.cpu == 'true' && '
workload: ${{ fromJSON(github.event.inputs.cpu == 'true' && '
[
{ "s3_folder": "fibonacci-17k", "mode": "cpu" },
{ "s3_folder": "ssz-withdrawals", "mode": "cpu" },
Expand Down

0 comments on commit 6fede72

Please sign in to comment.