File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments