Skip to content

Commit 09549b5

Browse files
authored
Docs - Fix issues in document (#408)
* Update release note * Update required Docker version (thanks to @chhwang)
1 parent a59d359 commit 09549b5

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

docs/getting-started/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Here're the system requirements for all managed GPU nodes.
9696

9797
* Latest version of Linux, you're highly encouraged to use Ubuntu 18.04 or later.
9898
* Compatible GPU drivers should be installed correctly. Driver version can be checked by running `nvidia-smi`.
99-
* [Docker CE](https://docs.docker.com/engine/install/) version 19.03 or later (which can be checked by running `docker --version`).
99+
* [Docker CE](https://docs.docker.com/engine/install/) version 20.10 or later (which can be checked by running `docker --version`).
100100
* NVIDIA GPU support in Docker, install
101101
[nvidia-container-toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#setting-up-nvidia-container-toolkit).
102102

@@ -106,7 +106,7 @@ Here're the system requirements for all managed GPU nodes.
106106
* Latest version of Linux, you're highly encouraged to use Ubuntu 18.04 or later.
107107
* Compatible GPU drivers should be installed correctly, and group permission should be set to access GPU resources.
108108
You should be able to run `rocm-smi` and `rocminfo` directly to check GPU usage and information.
109-
* [Docker CE](https://docs.docker.com/engine/install/) version 19.03 or later (which can be checked by running `docker --version`).
109+
* [Docker CE](https://docs.docker.com/engine/install/) version 20.10 or later (which can be checked by running `docker --version`).
110110

111111
</TabItem>
112112
</Tabs>

website/blog/2022-09-01-release-0-6.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ You can install and try superbench by following [Getting Started Tutorial](https
3333

3434
### Micro-benchmark Improvements
3535

36-
- Support NIC only NCCL bandwidth benchmark on single node in NCCL/RCCL bandwidth test.
37-
- Support bi-directional bandwidth benchmark in GPU copy bandwidth test.
38-
- Support data checking in GPU copy bandwidth test.
39-
- Update rccl-tests submodule to fix divide by zero error.
40-
- Add GPU-Burn micro-benchmark.
41-
42-
### Model-benchmark Improvements
43-
4436
- Fix issues in ib loopback benchmark.
4537
- Fix stability issue in ib loopback benchmark.
4638

0 commit comments

Comments
 (0)