From 97aeb2e67ecefcb6488853938f2195098b671422 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Tue, 4 Jun 2024 16:13:39 +0100 Subject: [PATCH] use cheaper gpu instance --- .cirun.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirun.yml b/.cirun.yml index 79d62f22..b188d6dc 100644 --- a/.cirun.yml +++ b/.cirun.yml @@ -4,7 +4,7 @@ runners: # Cloud Provider: AWS cloud: "aws" # https://aws.amazon.com/ec2/instance-types/g4/ - instance_type: "g4dn.xlarge" + instance_type: "g4ad.xlarge" # Ubuntu-20.4, ami image machine_image: "ami-06fd8a495a537da8b" preemptible: false