Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update Run_MaxText_via_multihost_runner.md #620

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting_started/Run_MaxText_via_multihost_runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ either be a TPUVM or not, but it cannot be one of the workers. If your runner ma
gcloud config set compute/zone $ZONE
```

Create ssh keys for gcloud, we recommend leaving a blank password (hit enter twice after running the below command). If you are prompted that the the file already exists you can choose not to overwrite by selecting "n".
Create ssh keys for gcloud, we recommend leaving a blank password (hit enter twice after running the below command). If you are prompted that the file already exists you can choose not to overwrite by selecting "n".
```
ssh-keygen -f ~/.ssh/google_compute_engine
```
Expand Down