From 4479ad6a4b93520f96b60ced19048f5eff6024d3 Mon Sep 17 00:00:00 2001 From: Teodor Parvanov Date: Mon, 20 Jan 2025 17:24:27 +0100 Subject: [PATCH] Installing Workflow API requirements from the root workflow folder Signed-off-by: Teodor Parvanov --- .../experimental/workflow/CrowdGuard/readme.md | 3 ++- .../CrowdGuard/workflow_interface_requirements.txt | 11 ----------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 openfl-tutorials/experimental/workflow/CrowdGuard/workflow_interface_requirements.txt diff --git a/openfl-tutorials/experimental/workflow/CrowdGuard/readme.md b/openfl-tutorials/experimental/workflow/CrowdGuard/readme.md index 2cb2e16bb1..d252e93073 100644 --- a/openfl-tutorials/experimental/workflow/CrowdGuard/readme.md +++ b/openfl-tutorials/experimental/workflow/CrowdGuard/readme.md @@ -37,11 +37,12 @@ pip install -e . ``` 3) Install the requirements for Workflow API ```shell -cd openfl-tutorials/experimental/workflow/CrowdGuard +cd openfl-tutorials/experimental/workflow pip install -r workflow_interface_requirements.txt ``` 4) Start the training script
Note that the number of training rounds can be adjusted via the `--comm_round` parameter: ```shell +cd CrowdGuard python cifar10_crowdguard.py --comm_round 5 ``` \ No newline at end of file diff --git a/openfl-tutorials/experimental/workflow/CrowdGuard/workflow_interface_requirements.txt b/openfl-tutorials/experimental/workflow/CrowdGuard/workflow_interface_requirements.txt deleted file mode 100644 index dab7c8863d..0000000000 --- a/openfl-tutorials/experimental/workflow/CrowdGuard/workflow_interface_requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ -chardet -charset-normalizer -dill==0.3.6 -matplotlib>=2.0.0 -metaflow==2.7.15 -nbdev==2.3.12 -nbformat==5.10.4 -ray==2.9.2 -tabulate==0.9.0 -torch==2.3.1 -torchvision==0.18.1