From 8054e9e8dafd8b4c58b13648df7e079587a74e81 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Tue, 4 Jun 2024 16:09:29 +0100 Subject: [PATCH] change ami image to gpu --- .cirun.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cirun.yml b/.cirun.yml index 734e6786..79d62f22 100644 --- a/.cirun.yml +++ b/.cirun.yml @@ -4,8 +4,7 @@ runners: # Cloud Provider: AWS cloud: "aws" # https://aws.amazon.com/ec2/instance-types/g4/ - # instance_type: "g4dn.xlarge" - instance_type: "t2.nano" + instance_type: "g4dn.xlarge" # Ubuntu-20.4, ami image machine_image: "ami-06fd8a495a537da8b" preemptible: false