[Chore] dedup logs (#19955)

This commit is contained in:
Aaron Pham
2025-06-22 15:43:07 -04:00
committed by GitHub
parent 2c11a29f0b
commit e91386cde1
2 changed files with 1 additions and 5 deletions

View File

@@ -1970,7 +1970,7 @@ class ParallelConfig:
if not current_platform.use_custom_allreduce():
self.disable_custom_all_reduce = True
logger.info(
logger.debug(
"Disabled the custom all-reduce kernel because it is not "
"supported on current platform.")
if self.ray_workers_use_nsight and not self.use_ray: