Skip to content

Commit

Permalink
upgrade python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerroth committed Oct 10, 2024
1 parent 240374a commit 665f315
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 665f315

Please sign in to comment.