Skip to content

Commit

Permalink
Updated entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Apr 23, 2024
1 parent bde823c commit 732f89b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion examples/async-clients/client/fedn.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
entry_points:
build:
command: python entrypoint.py init_seed
command: python entrypoint.py init_seed ../seed.npz
train:
command: python entrypoint.py train
validate:
Expand Down
11 changes: 0 additions & 11 deletions examples/async-clients/run_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@

from fedn.network.clients.client import Client

# Use with a Studio project:
# settings = {
# 'DISCOVER_HOST': 'fedn.scaleoutsystems.com/async-clients-sbz-fedn-reducer',
# 'DISCOVER_PORT': 443,
# 'TOKEN': "",
# 'N_CLIENTS': 1,
# 'N_CYCLES': 1,
# 'CLIENTS_MAX_DELAY': 10,
# 'CLIENTS_ONLINE_FOR_SECONDS': 120
# }

# Use with a local deployment
settings = {
'DISCOVER_HOST': '127.0.0.1',
Expand Down

0 comments on commit 732f89b

Please sign in to comment.