Skip to content

Commit

Permalink
feat(components): Use 64 v3 TPUs for llm pipelines
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 568282755
  • Loading branch information
Googler committed Sep 25, 2023
1 parent 173be83 commit 45fe8e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def resolve_machine_spec(
return outputs(
machine_type='cloud-tpu',
accelerator_type='TPU_V3',
accelerator_count=32,
accelerator_count=64,
)
elif location in gpu_regions:
return outputs(
Expand Down

0 comments on commit 45fe8e8

Please sign in to comment.