Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi committed Dec 18, 2024
1 parent fc6b190 commit 0652d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpk/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ def run_gke_node_pool_create_command(
command += (
f' --scopes=storage-full,gke-default,{CLOUD_PLATFORM_AUTH_SCOPE_URL}'
)
command += f' --tpu-topology={system.topology}'
# command += f' --tpu-topology={system.topology}'
command += f' {args.custom_tpu_nodepool_arguments}'
elif system.accelerator_type == AcceleratorType['GPU']:
subnet_prefix = f'{args.cluster}-{zone_to_region(args.zone)}'
Expand Down

0 comments on commit 0652d19

Please sign in to comment.