From 9ed53d41756b5404c702de68903e57e4ec82219d Mon Sep 17 00:00:00 2001 From: Maxime Boissonneault Date: Mon, 28 Oct 2024 16:03:21 -0400 Subject: [PATCH] reduce number of gpus, as we are using MIGs on Juno --- cip201/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cip201/main.tf b/cip201/main.tf index c925e87..cc3a48b 100644 --- a/cip201/main.tf +++ b/cip201/main.tf @@ -6,7 +6,7 @@ locals { cpu = 1 cpupool = 8 gpu = 1 - gpupool = 10 + gpupool = 1 } } }