Skip to content

Commit

Permalink
Set group_id to server_round in server
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Dec 6, 2023
1 parent 0b8f214 commit fd08666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/py/flwr/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def evaluate_round(
client_instructions,
max_workers=self.max_workers,
timeout=timeout,
group_id=server_round,
)
log(
DEBUG,
Expand Down Expand Up @@ -232,6 +233,7 @@ def fit_round(
client_instructions=client_instructions,
max_workers=self.max_workers,
timeout=timeout,
group_id=server_round,
)
log(
DEBUG,
Expand Down

0 comments on commit fd08666

Please sign in to comment.