Skip to content

Commit

Permalink
update infra to support gpu location
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshkumhar committed Mar 6, 2024
1 parent b556de2 commit c0b4827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/platform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ enable_gpu = true
gpu_pools = [{
name = "gpu-pool"
machine_type = "n1-standard-16"
# node_locations = ["us-central1-a"] uncomment to target GPU node location to specified zones only
autoscaling = true
min_count = 1
max_count = 3
Expand All @@ -57,6 +58,7 @@ gpu_pools = [{
{
name = "gpu-pool-l4"
machine_type = "g2-standard-24"
# node_locations = ["us-central1-a"] uncomment to target GPU node location to specified zones only
autoscaling = true
min_count = 1
max_count = 3
Expand Down

0 comments on commit c0b4827

Please sign in to comment.