Skip to content

Commit

Permalink
fix(framework) Add Flower path to SuperNode argument (#4278)
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng authored Oct 2, 2024
1 parent fdfae1b commit f4b2da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/py/flwr/client/supernode/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def run_supernode() -> None:
node_config=parse_config_args(
[args.node_config] if args.node_config else args.node_config
),
flwr_path=args.flwr_dir,
isolation=args.isolation,
supernode_address=args.supernode_address,
)
Expand Down

0 comments on commit f4b2da2

Please sign in to comment.