From cc0af35a5c6fd39174e7b00c5e65d8665e8b31f6 Mon Sep 17 00:00:00 2001 From: Kai Gao Date: Mon, 23 Sep 2024 22:01:48 +0800 Subject: [PATCH] Fix a typo in the quickstart Signed-off-by: Kai Gao --- docs/user/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/quickstart.md b/docs/user/quickstart.md index 5b9f4b64c..3e5a66c8e 100644 --- a/docs/user/quickstart.md +++ b/docs/user/quickstart.md @@ -81,8 +81,8 @@ with tqdm() as progressbar: As you can see, this code is regular PyTorch with one notable exception: it wraps your regular optimizer with a -`hivemind.Optimizer`. This optimizer uses `DHT` to find other peers and tries to exchange parameters them. When you run -the code (please do so), you will see the following output: +`hivemind.Optimizer`. This optimizer uses `DHT` to find other peers and tries to exchange parameters with them. When +you run the code (please do so), you will see the following output: ```shell To join the training, use initial_peers = ['/ip4/127.0.0.1/tcp/XXX/p2p/YYY']