Skip to content

Commit 6a7ce47

Browse files
authored
Increase CPU node count in tpu-ci (#8885)
1 parent a3ef52e commit 6a7ce47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/tpu-pytorch/tpu_ci.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module "v4_arc_cluster" {
33
project_id = "tpu-pytorch"
44
cluster_name = "tpu-ci"
55
cpu_nodepool_name = "cpu-nodepool"
6-
cpu_node_count = 1
6+
cpu_node_count = 32
77
tpu_nodepool_name = "tpu-nodepool"
88
min_tpu_nodes = 32
99
max_tpu_nodes = 32

0 commit comments

Comments
 (0)