From b943523660642bd94b4a2b2b0bc0764b8d7f430f Mon Sep 17 00:00:00 2001 From: David Addison Date: Fri, 5 Jun 2026 12:45:35 -0700 Subject: [PATCH] NCCL_TESTS_VERSION 2.18.4 Signed-off-by: David Addison --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 5fa74d7..381e2b6 100644 --- a/src/common.h +++ b/src/common.h @@ -6,7 +6,7 @@ #ifndef __COMMON_H__ #define __COMMON_H__ -#define NCCL_TESTS_VERSION "2.18.3" +#define NCCL_TESTS_VERSION "2.18.4" #include "nccl.h" #if NCCL_VERSION_CODE >= NCCL_VERSION(2,28,0)