Skip to content

Commit

Permalink
Removed --name from instruction, since the name set in client.yaml ta…
Browse files Browse the repository at this point in the history
…kes precedence
  • Loading branch information
Andreas Hellander committed Apr 8, 2024
1 parent 78b3001 commit 6376e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mnist-pytorch/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Create the compute package (make a tarball of the 'client' folder):
This should create a file 'package.tgz' in the project folder.

Upload the package to FEDn Studio project.
Upload the package to the FEDn Studio project.

Start the client using the client.yaml file from FEDn Studio.

Expand All @@ -45,7 +45,7 @@ Start the client using the client.yaml file from FEDn Studio.
pip install fedn
export FEDN_AUTH_SCHEME=Bearer
export FEDN_PACKAGE_EXTRACT_DIR=package
fedn run client -in client.yaml --name client1 --secure=True --force-ssl
fedn run client -in client.yaml --secure=True --force-ssl
Upload the initial model to FEDn Studio project. The seed.npz file is created when you run start the client and is found in ./data/models/seed.npz
Expand Down

0 comments on commit 6376e93

Please sign in to comment.