Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.5] Fedbpt fix #3030

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion research/fed-bpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The models code is copied from the [transformers](https://github.com/huggingface
We recommend creating a [conda environment](https://www.anaconda.com) following [BBT](https://github.com/txsun1997/Black-Box-Tuning#prepare-your-environment)
with the addition of installing NVFlare for running federated learning and some other updates:
```commandline
conda create --name fedbpt python=3.8
conda create --name fedbpt python=3.12
conda activate fedbpt
pip install -r requirements.txt
```
Expand Down
5 changes: 3 additions & 2 deletions research/fed-bpt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
transformers==4.38.2
fastNLP==0.6.0
datasets
cma
cma==3.4.0
scikit-learn
tensorboard
cvxopt
nvflare~=2.4.1rc
nvflare~=2.5.1rc

Loading