We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75e516 commit 9169609Copy full SHA for 9169609
2 files changed
fedlab/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "1.0.2"
+__version__ = "1.1.0"
fedlab/core/server/manager.py
@@ -164,7 +164,6 @@ def shutdown_clients(self):
164
165
"""
166
for rank in range(1, self._network.world_size):
167
- print("stopping clients rank:", rank)
168
pack = Package(message_code=MessageCode.Exit)
169
PackageProcessor.send_package(pack, dst=rank)
170
0 commit comments