Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tocean committed Nov 7, 2023
1 parent 3566b90 commit 128aefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can try MS-AMP in two ways: Using Docker or installing from source:

## Use Docker

You can try the lates MS-AMP Docker container with the following commands:
You can try the latest MS-AMP Docker container with the following commands:

```bash
sudo docker run -it -d --name=msampcu121 --privileged --net=host --ipc=host --gpus=all -v /:/hostroot ghcr.io/azure/msamp:main-cuda12.1 bash
Expand All @@ -49,7 +49,7 @@ cd MS-AMP
git submodule update --init --recursive
```

If you want to train model with multiple GPU, you need to install MSCCL to support FP8. Please note that the compilation of MSCCL may take ~40 minites on A100 nodes and ~7 minutes on H100 node.
If you want to train model with multiple GPU, you need to install MSCCL to support FP8. Please note that the compilation of MSCCL may take ~40 minutes on A100 nodes and ~7 minutes on H100 node.

```bash
cd third_party/msccl
Expand Down

0 comments on commit 128aefb

Please sign in to comment.