Skip to content

Commit

Permalink
Fix a typo in the quickstart
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Gao <[email protected]>
  • Loading branch information
emiapwil committed Sep 23, 2024
1 parent 213bff9 commit cc0af35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit cc0af35

Please sign in to comment.