Skip to content

Commit

Permalink
reduce number of gpus, as we are using MIGs on Juno
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Oct 28, 2024
1 parent 6965d2c commit 9ed53d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cip201/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
cpu = 1
cpupool = 8
gpu = 1
gpupool = 10
gpupool = 1
}
}
}

0 comments on commit 9ed53d4

Please sign in to comment.