Skip to content

Commit

Permalink
more quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Sep 6, 2024
1 parent 574eb54 commit 3d8cee4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/levanter/infra/tpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ def describe_tpu(tpu_name, zone):


def start_tpu_vm(tpu_name, *, tpu_type, capacity_type, version, zone, node_count):
# ensure alpha is enabled
run_command("gcloud", "components", "install", "alpha", "--quiet")
if version is None:
version = "tpu-ubuntu2204-base"
tpu_stat = describe_tpu(tpu_name, zone)
Expand Down

0 comments on commit 3d8cee4

Please sign in to comment.