From 674251e4e49d452a3987f454a10cca9d86bc2c39 Mon Sep 17 00:00:00 2001 From: huongdm1896 <domaihuong1451997@gmail.com> Date: Thu, 16 Jan 2025 16:37:35 +0100 Subject: [PATCH] remark readme, only flwr --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7ff87b..da91c6c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ cd eflwr/Run ## Running the tests +**Remark:** EFLWR is configured for Flower only. Your Flower framework must contain server and client script to run on distributed nodes. The Flower_v1 directory provides an example. Once configured, EFLWR will automatically execute flower on the specified nodes and measure the energy consumption. + ### Step 1. Configure Configure the information of each exp in `config_instance*.json`, you can add more `config_instance*.json` with * is a number. Use your editor instead of *vim* (*nano* etc). See the examples in 2 config files which provied in Run directory. ```bash -- GitLab