Skip to content

Commit

Permalink
Update getting_started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AleHD authored Oct 2, 2023
1 parent 5f33acc commit 52d650d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/guide/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ First we need to install the dependencies.
```
sudo docker run --gpus all -it --rm \
-v /path/to/Megatron-LLM/:/mpt/Megatron-LLM \
nvcr.io/nvidia/pytorch:23.07-py3 \
--shm-size=128gb # or as big as your memory allows
nvcr.io/nvidia/pytorch:23.07-py3
```

1. Enter the repository:
Expand Down

0 comments on commit 52d650d

Please sign in to comment.