cml
cml copied to clipboard
Be able to create arm-based CML runners on AWS
Right now, cml runner
command can only launch amd64
based EC2 instances, as there is only an AMI for this architecture available.
Would be great if there was also support for arm
-based instances (all the -g
ones), as AWS has a pretty large offering of them, and they can be more cost-effective than those with Inter/AMD processors
This will probably require to...
- Deprecate our custom machine images in favor of the official GPU images provided by public clouds https://github.com/iterative/terraform-provider-iterative/issues/562
- Add some additional logic to the provisioning script to install CML for the right architecture