Skip to content

Commit

Permalink
Fix ray docs (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
blahBlahhhJ authored Oct 11, 2024
1 parent 074477f commit 1c0e10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Getting-Started-TPU-VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Then, **in a separate terminal**, you can submit a job to the cluster. To replic

```bash
export RAY_ADDRESS=http://localhost:8265 # tell ray where the cluster is
python infra/launch_on_ray.py --tpu_type v4-32 --foreground --config_path config/gpt2_small.yaml --trainer.checkpointer.base_path gs://<somewhere>'
python infra/launch_on_ray.py --tpu_type v4-32 --foreground -- python src/levanter/main/train_lm.py --config_path config/gpt2_small.yaml --trainer.checkpointer.base_path gs://<somewhere>'
```

Even without `--foreground`, the job will be restarted if it fails. The `--tpu_type` flag is required, and should be
Expand Down

0 comments on commit 1c0e10e

Please sign in to comment.