From 3a139e288536bf76b8ee65f7b104637d54f3db22 Mon Sep 17 00:00:00 2001 From: mohammadnaseri Date: Thu, 26 Sep 2024 19:13:03 +0100 Subject: [PATCH] Edit --- examples/opacus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/opacus/README.md b/examples/opacus/README.md index 73fbbd29117b..2d5d04a56a15 100644 --- a/examples/opacus/README.md +++ b/examples/opacus/README.md @@ -27,7 +27,7 @@ This will create a new directory called `opacus` containing the following files: ```shell opacus -├── opacus +├── opacus-fl │ ├── client_app.py # Defines your ClientApp │ ├── server_app.py # Defines your ServerApp │ └── task.py # Defines your model, training, and data loading