Skip to content

Commit 2b56524

Browse files
Bump nvflare from 2.0.2 to 2.0.16 in /federated_learning/nvflare/nvflare_spleen_example (#620)
1 parent e3eea87 commit 2b56524

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

federated_learning/nvflare/nvflare_spleen_example/2-Client.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
"cell_type": "markdown",
139139
"metadata": {},
140140
"source": [
141-
"If you'd like to assigin GPU(s) for a client, please modify the script first. You may need to uncomment and edit the following line:\n",
141+
"If you'd like to assigin GPU(s) for a client, please modify the script first. For example, if you'd like to assign GPU 1, the following line should be added into the script:\n",
142142
"\n",
143-
"`# export CUDA_VISIBLE_DEVICES=`\n",
143+
"`export CUDA_VISIBLE_DEVICES=1`\n",
144144
"\n",
145145
"[Please click here to edit for client 1](poc/site-1/startup/start.sh)\n",
146146
"\n",

federated_learning/nvflare/nvflare_spleen_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pip
22
setuptools
3-
nvflare==2.0.2
3+
nvflare==2.0.16
44
monai==0.8.0
55
pytorch-ignite==0.4.6
66
tqdm==4.61.2

0 commit comments

Comments
 (0)