flwr-nightly 1.5.0.dev20230828__py3-none-any.whl → 1.6.0.dev20230831__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/simulation/ray_transport/ray_actor.py +1 -1
- flwr/simulation/ray_transport/ray_client_proxy.py +1 -1
- {flwr_nightly-1.5.0.dev20230828.dist-info → flwr_nightly-1.6.0.dev20230831.dist-info}/METADATA +2 -2
- {flwr_nightly-1.5.0.dev20230828.dist-info → flwr_nightly-1.6.0.dev20230831.dist-info}/RECORD +7 -7
- {flwr_nightly-1.5.0.dev20230828.dist-info → flwr_nightly-1.6.0.dev20230831.dist-info}/LICENSE +0 -0
- {flwr_nightly-1.5.0.dev20230828.dist-info → flwr_nightly-1.6.0.dev20230831.dist-info}/WHEEL +0 -0
- {flwr_nightly-1.5.0.dev20230828.dist-info → flwr_nightly-1.6.0.dev20230831.dist-info}/entry_points.txt +0 -0
@@ -228,7 +228,7 @@ class VirtualClientEngineActorPool(ActorPool):
|
|
228
228
|
job_fn, cid = value
|
229
229
|
actor = self._idle_actors.pop()
|
230
230
|
if self._check_and_remove_actor_from_pool(actor):
|
231
|
-
future = fn(actor, job_fn)
|
231
|
+
future = fn(actor, job_fn, cid)
|
232
232
|
future_key = tuple(future) if isinstance(future, List) else future
|
233
233
|
self._future_to_actor[future_key] = (self._next_task_index, actor, cid)
|
234
234
|
self._next_task_index += 1
|
@@ -135,7 +135,7 @@ class RayActorClientProxy(ClientProxy):
|
|
135
135
|
) -> ClientRes:
|
136
136
|
try:
|
137
137
|
self.actor_pool.submit_client_job(
|
138
|
-
lambda a, v: a.run.remote(v,
|
138
|
+
lambda a, v, cid: a.run.remote(v, cid), (job_fn, self.cid)
|
139
139
|
)
|
140
140
|
res = self.actor_pool.get_client_result(self.cid, timeout)
|
141
141
|
|
{flwr_nightly-1.5.0.dev20230828.dist-info → flwr_nightly-1.6.0.dev20230831.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: flwr-nightly
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.6.0.dev20230831
|
4
4
|
Summary: Flower: A Friendly Federated Learning Framework
|
5
5
|
Home-page: https://flower.dev
|
6
6
|
License: Apache-2.0
|
@@ -121,7 +121,7 @@ Stay tuned, more tutorials are coming soon. Topics include **Privacy and Securit
|
|
121
121
|
|
122
122
|
## 30-Minute Federated Learning Tutorial
|
123
123
|
|
124
|
-
[](https://colab.research.google.com/github/adap/flower/blob/main/examples/
|
124
|
+
[](https://colab.research.google.com/github/adap/flower/blob/main/examples/flower-in-30-minutes/tutorial.ipynb) (or open the [Jupyter Notebook](https://github.com/adap/flower/blob/main/examples/flower-in-30-minutes/tutorial.ipynb))
|
125
125
|
|
126
126
|
|
127
127
|
## Documentation
|
{flwr_nightly-1.5.0.dev20230828.dist-info → flwr_nightly-1.6.0.dev20230831.dist-info}/RECORD
RENAMED
@@ -116,11 +116,11 @@ flwr/server/utils/validator.py,sha256=lPidvYOvtlCmHWojCE6nx_eFN3oWFirBHqY1-dlHvY
|
|
116
116
|
flwr/simulation/__init__.py,sha256=ZtAt5bMbbp9IJp1QQOhACN6_qhSPDtGmHF8gypUOZ9s,1271
|
117
117
|
flwr/simulation/app.py,sha256=aSqitjglGpMYixXz1yDPvJVL7ty_Ww6EGHTjiodWQOk,12495
|
118
118
|
flwr/simulation/ray_transport/__init__.py,sha256=eJ3pijYkI7XhbX2rLu6FBGTo8hZkFL8RSj4twhApOGw,727
|
119
|
-
flwr/simulation/ray_transport/ray_actor.py,sha256=
|
120
|
-
flwr/simulation/ray_transport/ray_client_proxy.py,sha256=
|
119
|
+
flwr/simulation/ray_transport/ray_actor.py,sha256=zyyQB18WZ-S_qkTENSMrAPglxiO537aZRnqmYj0b1zg,16124
|
120
|
+
flwr/simulation/ray_transport/ray_client_proxy.py,sha256=240jzvd4VuVSkGsw7ebRncmw3xiZ2NL0AacspwBB7dA,9068
|
121
121
|
flwr/simulation/ray_transport/utils.py,sha256=OaMxFo28FNHxXzKDVqGZFCgZ_mUxIrrI2IMApmPB4kM,2284
|
122
|
-
flwr_nightly-1.
|
123
|
-
flwr_nightly-1.
|
124
|
-
flwr_nightly-1.
|
125
|
-
flwr_nightly-1.
|
126
|
-
flwr_nightly-1.
|
122
|
+
flwr_nightly-1.6.0.dev20230831.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
123
|
+
flwr_nightly-1.6.0.dev20230831.dist-info/METADATA,sha256=lxE-94aXZf4hpPy2096PWPr_qCfFrDVKtMnJ1L4lb7g,13311
|
124
|
+
flwr_nightly-1.6.0.dev20230831.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
125
|
+
flwr_nightly-1.6.0.dev20230831.dist-info/entry_points.txt,sha256=1uLlD5tIunkzALMfMWnqjdE_D5hRUX_I1iMmOMv6tZI,181
|
126
|
+
flwr_nightly-1.6.0.dev20230831.dist-info/RECORD,,
|
{flwr_nightly-1.5.0.dev20230828.dist-info → flwr_nightly-1.6.0.dev20230831.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|
File without changes
|