flwr-nightly 1.21.0.dev20250814__py3-none-any.whl → 1.21.0.dev20250815__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- flwr/supercore/app_utils.py +1 -3
- {flwr_nightly-1.21.0.dev20250814.dist-info → flwr_nightly-1.21.0.dev20250815.dist-info}/METADATA +1 -1
- {flwr_nightly-1.21.0.dev20250814.dist-info → flwr_nightly-1.21.0.dev20250815.dist-info}/RECORD +5 -5
- {flwr_nightly-1.21.0.dev20250814.dist-info → flwr_nightly-1.21.0.dev20250815.dist-info}/WHEEL +0 -0
- {flwr_nightly-1.21.0.dev20250814.dist-info → flwr_nightly-1.21.0.dev20250815.dist-info}/entry_points.txt +0 -0
flwr/supercore/app_utils.py
CHANGED
@@ -64,9 +64,7 @@ def start_parent_process_monitor(
|
|
64
64
|
while True:
|
65
65
|
time.sleep(0.2)
|
66
66
|
if not _pid_exists(parent_pid):
|
67
|
-
|
68
|
-
# Avoid `os.kill` on Windows
|
69
|
-
signal.raise_signal(signal.SIGTERM)
|
67
|
+
os.kill(os.getpid(), signal.SIGKILL)
|
70
68
|
|
71
69
|
threading.Thread(target=monitor, daemon=True).start()
|
72
70
|
|
{flwr_nightly-1.21.0.dev20250814.dist-info → flwr_nightly-1.21.0.dev20250815.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: flwr-nightly
|
3
|
-
Version: 1.21.0.
|
3
|
+
Version: 1.21.0.dev20250815
|
4
4
|
Summary: Flower: A Friendly Federated AI Framework
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: Artificial Intelligence,Federated AI,Federated Analytics,Federated Evaluation,Federated Learning,Flower,Machine Learning
|
{flwr_nightly-1.21.0.dev20250814.dist-info → flwr_nightly-1.21.0.dev20250815.dist-info}/RECORD
RENAMED
@@ -331,7 +331,7 @@ flwr/simulation/ray_transport/utils.py,sha256=KrexpWYCF-dAF3UHc9yDbPQWO-ahMT-BbD
|
|
331
331
|
flwr/simulation/run_simulation.py,sha256=-sp3dNZcp7MCAH0BlmZpVcFAGvozRdYXRdDYcH_2Zxk,20838
|
332
332
|
flwr/simulation/simulationio_connection.py,sha256=mzS1C6EEREwQDPceDo30anAasmTDLb9qqV2tXlBhOUA,3494
|
333
333
|
flwr/supercore/__init__.py,sha256=pqkFoow_E6UhbBlhmoD1gmTH-33yJRhBsIZqxRPFZ7U,755
|
334
|
-
flwr/supercore/app_utils.py,sha256=
|
334
|
+
flwr/supercore/app_utils.py,sha256=MCsfhIvEqa6mlJugqA3fIvVbq0PygV6ZLkVStVFN1Ps,2751
|
335
335
|
flwr/supercore/cli/__init__.py,sha256=EDl2aO-fuQfxSbL-T1W9RAfA2N0hpWHmqX_GSwblJbQ,845
|
336
336
|
flwr/supercore/cli/flower_superexec.py,sha256=J_rf7SCVW9L9wsBScOYa-oJOpyb_e1WOtwTGSyUFu1k,3882
|
337
337
|
flwr/supercore/corestate/__init__.py,sha256=Vau6-L_JG5QzNqtCTa9xCKGGljc09wY8avZmIjSJemg,774
|
@@ -388,7 +388,7 @@ flwr/supernode/servicer/__init__.py,sha256=lucTzre5WPK7G1YLCfaqg3rbFWdNSb7ZTt-ca
|
|
388
388
|
flwr/supernode/servicer/clientappio/__init__.py,sha256=7Oy62Y_oijqF7Dxi6tpcUQyOpLc_QpIRZ83NvwmB0Yg,813
|
389
389
|
flwr/supernode/servicer/clientappio/clientappio_servicer.py,sha256=nIHRu38EWK-rpNOkcgBRAAKwYQQWFeCwu0lkO7OPZGQ,10239
|
390
390
|
flwr/supernode/start_client_internal.py,sha256=z2o92MQKzTRB-AZTELROueZ2ZQYouu947hiU-WJ_oq4,20257
|
391
|
-
flwr_nightly-1.21.0.
|
392
|
-
flwr_nightly-1.21.0.
|
393
|
-
flwr_nightly-1.21.0.
|
394
|
-
flwr_nightly-1.21.0.
|
391
|
+
flwr_nightly-1.21.0.dev20250815.dist-info/METADATA,sha256=LrphoswERq1SbrU8AiwmUEbA255u_FWa2cg-lBGsLX4,15967
|
392
|
+
flwr_nightly-1.21.0.dev20250815.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
393
|
+
flwr_nightly-1.21.0.dev20250815.dist-info/entry_points.txt,sha256=hxHD2ixb_vJFDOlZV-zB4Ao32_BQlL34ftsDh1GXv14,420
|
394
|
+
flwr_nightly-1.21.0.dev20250815.dist-info/RECORD,,
|
{flwr_nightly-1.21.0.dev20250814.dist-info → flwr_nightly-1.21.0.dev20250815.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|