Skip to content

Commit

Permalink
fix bad docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Jan 28, 2025
1 parent 1936d28 commit 0dc493b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/Getting-Started-TPU-VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ accel_env:
docker_repository: levanter # default
zone: us-west4-a # if not set, will use your default zone
tpu_name: test-spin-up-32
tpu_type: "v5litepod-16"
tpu: test-spin-up-32 # name of the TPU
tpu_type: "v4-16"
capacity_type: "preemptible"
subnetwork: "default" # default
EOF
Expand Down Expand Up @@ -319,11 +319,12 @@ This will show you a list of files and directories in the repo, sorted by size,

### Automatic Setup

!!! warning
This approach is deprecated and will be removed in the future. Please use `launch.py` or `launch_on_ray.py` instead.

You can use `infra/spin-up-vm.sh` to create a TPU VM instance. In addition to creating the instance, it will set up
the venv on each worker, and it will clone the repo to `~/levanter/`.

**For Public Users**:

```bash
bash infra/spin-up-vm.sh <name> -z <zone> -t <type> -n <subnetwork> [--preemptible] [--use-alpha]
```
Expand Down

0 comments on commit 0dc493b

Please sign in to comment.