From 283919b14019d7a43da06744ead42b2a6b73a96d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 26 Apr 2024 00:55:21 +0900 Subject: [PATCH] docs: update Run_MaxText_via_multihost_runner.md minor fix --- getting_started/Run_MaxText_via_multihost_runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/Run_MaxText_via_multihost_runner.md b/getting_started/Run_MaxText_via_multihost_runner.md index 31a04e8e10..3677174e4d 100644 --- a/getting_started/Run_MaxText_via_multihost_runner.md +++ b/getting_started/Run_MaxText_via_multihost_runner.md @@ -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 ```