From 5a23fa74ad665c643503541b296214943fceaf2e Mon Sep 17 00:00:00 2001 From: Tan Hoang Date: Wed, 25 Mar 2026 09:37:13 -0700 Subject: [PATCH] migration of remaining deprecated nccl 2.18 reference to stable (#118) Summary: Pull Request resolved: https://github.com/facebookresearch/PrivacyGuard/pull/118 manual fix of the odd declaration of nccl usage not caught by codemod D97957992 Differential Revision: D98126604 --- privacy_guard/attacks/extraction/scripts/generation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privacy_guard/attacks/extraction/scripts/generation.py b/privacy_guard/attacks/extraction/scripts/generation.py index d26d3d6..76adb76 100644 --- a/privacy_guard/attacks/extraction/scripts/generation.py +++ b/privacy_guard/attacks/extraction/scripts/generation.py @@ -19,7 +19,7 @@ Script for running various NLP tasks using the PrivacyGuard generation package. Usage: - buck run -c fbcode.enable_gpu_sections=true -c hpc_comms.use_nccl=2.18.3 privacy_guard/attacks/extraction/utils:generation_main --task [task_name] [options] + buck run -c fbcode.enable_gpu_sections=true -c hpc_comms.use_nccl=stable privacy_guard/attacks/extraction/utils:generation_main --task [task_name] [options] Tasks: - keyword_extraction: Extract keywords from text