From fb7385e9815c66571d9a61194a202de6d28a904c Mon Sep 17 00:00:00 2001 From: Eta Date: Wed, 6 Nov 2024 15:53:05 -0600 Subject: [PATCH] docs: Update README with new image tags; simplify table --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 36da3e8..9f3bc76 100644 --- a/README.md +++ b/README.md @@ -48,19 +48,19 @@ the following components: CoreWeave also [publishes images](https://hub.docker.com/r/coreweave/nccl-tests/tags) -built from these Dockerfiles that can be used as base for your own images. - -| **Image Tag** | **Ubuntu** | **CUDA** | **NCCL** | **HPC-X** | -|-----------------------------------------------------------------------------------|------------|----------|----------|-----------| -| ghcr.io/coreweave/nccl-tests:12.6.1-cudnn-devel-ubuntu20.04-nccl2.23.4-1-2ff05b2 | 20.04 | 12.6.1 | 2.23.4 | 2.20.0 | -| ghcr.io/coreweave/nccl-tests:12.4.1-cudnn-devel-ubuntu20.04-nccl2.23.4-1-2ff05b2 | 20.04 | 12.4.1 | 2.23.4 | 2.20.0 | -| ghcr.io/coreweave/nccl-tests:12.2.2-cudnn8-devel-ubuntu20.04-nccl2.21.5-1-2ff05b2 | 20.04 | 12.2.2 | 2.21.5 | 2.20.0 | -| ghcr.io/coreweave/nccl-tests:12.0.1-cudnn8-devel-ubuntu20.04-nccl2.19.3-1-2ff05b2 | 20.04 | 12.0.1 | 2.19.3 | 2.20.0 | -| ghcr.io/coreweave/nccl-tests:11.8.0-cudnn8-devel-ubuntu20.04-nccl2.16.5-1-868dc3d | 20.04 | 11.8.0 | 2.16.5 | 2.14.0 | -| ghcr.io/coreweave/nccl-tests:12.6.1-cudnn-devel-ubuntu22.04-nccl2.23.4-1-2ff05b2 | 22.04 | 12.6.1 | 2.23.4 | 2.20.0 | -| ghcr.io/coreweave/nccl-tests:12.4.1-cudnn-devel-ubuntu22.04-nccl2.23.4-1-2ff05b2 | 22.04 | 12.4.1 | 2.23.4 | 2.20.0 | -| ghcr.io/coreweave/nccl-tests:12.2.2-cudnn8-devel-ubuntu22.04-nccl2.23.4-1-2ff05b2 | 22.04 | 12.2.2 | 2.23.4 | 2.20.0 | -| ghcr.io/coreweave/nccl-tests:12.0.1-cudnn8-devel-ubuntu22.04-nccl2.18.5-1-2ff05b2 | 22.04 | 12.0.1 | 2.18.5 | 2.20.0 | +built from these Dockerfiles that can be used as base for your own images. +The images below include **NCCL v2.23.4-1**, **HPC-X v2.20.0**, and **cuDNN v9.5.1.17-1**. + +| **Image Tag** | **Ubuntu** | **CUDA** | +|----------------------------------------------------------------------------|------------|----------| +| ghcr.io/coreweave/nccl-tests:12.6.2-devel-ubuntu22.04-nccl2.23.4-1-c58f522 | 22.04 | 12.6.2 | +| ghcr.io/coreweave/nccl-tests:12.4.1-devel-ubuntu22.04-nccl2.23.4-1-c58f522 | 22.04 | 12.4.1 | +| ghcr.io/coreweave/nccl-tests:12.2.2-devel-ubuntu22.04-nccl2.23.4-1-c58f522 | 22.04 | 12.2.2 | +| ghcr.io/coreweave/nccl-tests:12.0.1-devel-ubuntu22.04-nccl2.23.4-1-c58f522 | 22.04 | 12.0.1 | +| ghcr.io/coreweave/nccl-tests:12.6.2-devel-ubuntu20.04-nccl2.23.4-1-c58f522 | 20.04 | 12.6.2 | +| ghcr.io/coreweave/nccl-tests:12.4.1-devel-ubuntu20.04-nccl2.23.4-1-c58f522 | 20.04 | 12.4.1 | +| ghcr.io/coreweave/nccl-tests:12.2.2-devel-ubuntu20.04-nccl2.23.4-1-c58f522 | 20.04 | 12.2.2 | +| ghcr.io/coreweave/nccl-tests:12.0.1-devel-ubuntu20.04-nccl2.23.4-1-c58f522 | 20.04 | 12.0.1 | ## Running NCCL Tests