Skip to content

Commit

Permalink
Merge pull request #6 from scaleoutsystems/feature/compute-package
Browse files Browse the repository at this point in the history
Updated instructions for fedn 0.19.0
  • Loading branch information
Hovstadius authored Nov 14, 2024
2 parents 0b27170 + b074511 commit e905b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fedn==0.16.0
fedn==0.19.0
ultralytics==8.2.91
torch==2.4.1

0 comments on commit e905b7b

Please sign in to comment.