From b0745112a7673e736e484ee41a9afdfd9d1285d5 Mon Sep 17 00:00:00 2001 From: David Hovstadius Date: Thu, 14 Nov 2024 11:29:16 +0100 Subject: [PATCH] Updated instructions for fedn 0.19.0 --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce32fc8..5a6beff 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Before starting the training process, you need to connect the clients to the ser To connect a client to the server, you need to hand each client a client.yaml file. This file contains the necessary configurations for the client to connect to the server and gain access to the compute package. Connect clients by pressing the "Clients" button on the left hand side. Here you can download a client.yaml file for each client. Place the client.yaml file in the repository and start the client by running following command: ```bash -fedn client start -in client.yaml --secure=True --force-ssl +fedn client start -in client.yaml ``` This starts the client and connects it to the server. Repeat this process for each client you want to connect to the server. diff --git a/requirements.txt b/requirements.txt index 57830f5..62663e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -fedn==0.16.0 +fedn==0.19.0 ultralytics==8.2.91 torch==2.4.1 \ No newline at end of file