Skip to content

Commit

Permalink
fix: correct instance type being used
Browse files Browse the repository at this point in the history
was still using the old instance type

Signed-off-by: Nathan Weinberg <[email protected]>
  • Loading branch information
nathan-weinberg committed Oct 16, 2024
1 parent 7e3cefb commit 036b901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-a10g-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mode: start
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
ec2-image-id: ami-01a89eee1adde309c
ec2-instance-type: g4dn.2xlarge
ec2-instance-type: g5.4xlarge
subnet-id: subnet-02d230cffd9385bd4
security-group-id: sg-06300447c4a5fbef3
iam-role-name: instructlab-ci-runner
Expand Down

0 comments on commit 036b901

Please sign in to comment.