Skip to content

Commit

Permalink
fix type in cml runner cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Aug 29, 2023
1 parent 0f39e06 commit 1d44d88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
--cloud=aws \
--cloud-region=us-east \
--cloud-hdd-size=40 \
--cloud-type=g5.2xlarge
--cloud-type=g5.2xlarge \
--idle-timeout=3600 \
--cloud-spot
test:
Expand Down

0 comments on commit 1d44d88

Please sign in to comment.