From 81463c58d093dba403c28c28cd050ea948e9e1ba Mon Sep 17 00:00:00 2001 From: David Addison Date: Tue, 6 Jan 2026 15:00:17 -0800 Subject: [PATCH] NCCL_TESTS_VERSION 2.17.8 --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index cb61622..b30824d 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.7" +#define NCCL_TESTS_VERSION "2.17.8" #include "nccl.h" #if NCCL_VERSION_CODE >= NCCL_VERSION(2,28,0)