Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Aug 27, 2024
1 parent 5576c04 commit 4495dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ Start a client (using a 10-split and the first partition) by running the followi
export FEDN_PACKAGE_EXTRACT_DIR=package
export FEDN_NUM_DATA_SPLITS=10
export FEDN_DATA_PATH=./data/clients/1/mnist.pt
fedn client start -in client.yaml --secure=True --force-ssl
fedn run client -in client.yaml --secure=True --force-ssl

.. code-tab:: bash
:caption: Windows (Powershell)

$env:FEDN_PACKAGE_EXTRACT_DIR="package"
$env:FEDN_NUM_DATA_SPLITS=10
$env:FEDN_DATA_PATH="./data/clients/1/mnist.pt"
fedn client start -in client.yaml --secure=True --force-ssl
fedn run client -in client.yaml --secure=True --force-ssl

Repeat these two steps (generate an access token and start a local client) for the number of clients you want to use.
A normal laptop should be able to handle several clients for this example. Remember to use different partitions for each client.
Expand Down

0 comments on commit 4495dc9

Please sign in to comment.