Skip to content

Commit

Permalink
v1.1 finished
Browse files Browse the repository at this point in the history
  • Loading branch information
dunzeng committed Sep 14, 2021
1 parent f75e516 commit 9169609
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fedlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.0.2"
__version__ = "1.1.0"
1 change: 0 additions & 1 deletion fedlab/core/server/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def shutdown_clients(self):
"""
for rank in range(1, self._network.world_size):
print("stopping clients rank:", rank)
pack = Package(message_code=MessageCode.Exit)
PackageProcessor.send_package(pack, dst=rank)

Expand Down

0 comments on commit 9169609

Please sign in to comment.