From 3744121a2d2725d11e7ac90514d134783cdc4120 Mon Sep 17 00:00:00 2001 From: David Addison Date: Fri, 24 Oct 2025 16:36:21 -0700 Subject: [PATCH] NCCL_TESTS_VERSION 2.17.4 --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index cb85674..bd6ea94 100644 --- a/src/common.h +++ b/src/common.h @@ -6,7 +6,7 @@ #ifndef __COMMON_H__ #define __COMMON_H__ -#define NCCL_TESTS_VERSION "2.17.3" +#define NCCL_TESTS_VERSION "2.17.4" #include "nccl.h" #if NCCL_VERSION_CODE >= NCCL_VERSION(2,28,0)