From 2592c4cced2f984b4cbbb34b8c18b2006c0127a9 Mon Sep 17 00:00:00 2001 From: manveertamber Date: Wed, 29 Jul 2026 20:30:58 -0400 Subject: [PATCH 1/2] Document third-party dependencies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 558ef45..5c42731 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ python privacy_evaluation/judge_responses.py --help We also provide the full RL alignment stack used to train policies against the annotation-conditioned reward, in [`online_preference_alignment/`](online_preference_alignment/README.md). +## Third-party dependencies + +The third-party Python packages used by PrivacyAlign are listed in [`requirements.txt`](requirements.txt). These packages are installed separately and remain subject to their respective licenses and terms. + ## Citation ```bibtex From cb9e0ccf86c1ce80e6874035db2a08c1b2f66068 Mon Sep 17 00:00:00 2001 From: manveertamber Date: Wed, 29 Jul 2026 20:34:15 -0400 Subject: [PATCH 2/2] List third-party dependencies --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c42731..d750bce 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,13 @@ We also provide the full RL alignment stack used to train policies against the a ## Third-party dependencies -The third-party Python packages used by PrivacyAlign are listed in [`requirements.txt`](requirements.txt). These packages are installed separately and remain subject to their respective licenses and terms. +PrivacyAlign uses the following third-party Python packages: + +- **Data and utilities:** `numpy`, `scipy`, `tqdm`, `packaging`, and `python-dotenv` +- **Model and dataset access:** `datasets`, `huggingface-hub`, `transformers`, `openai`, and `openai-harmony` +- **Training and serving:** `torch`, `vllm`, `ray`, `deepspeed`, and `wandb` + +The canonical dependency list is maintained in [`requirements.txt`](requirements.txt). These packages are installed separately and remain subject to their respective licenses and terms. ## Citation