cml icon indicating copy to clipboard operation
cml copied to clipboard

Be able to create arm-based CML runners on AWS

Open tadejsv opened this issue 2 years ago • 1 comments

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

tadejsv avatar Dec 10 '22 08:12 tadejsv

This will probably require to...

  1. 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
  2. Add some additional logic to the provisioning script to install CML for the right architecture

0x2b3bfa0 avatar Dec 19 '22 18:12 0x2b3bfa0