From 52d650d13842af167f5920ab1c659a8b01a06950 Mon Sep 17 00:00:00 2001 From: AleHC <36459138+AleHD@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:00:30 +0200 Subject: [PATCH] Update getting_started.md --- docs/guide/getting_started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guide/getting_started.md b/docs/guide/getting_started.md index 18aad5d..0ec5267 100644 --- a/docs/guide/getting_started.md +++ b/docs/guide/getting_started.md @@ -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: